Forum Discussion
Hens_Matthews
May 18, 2020Copper Contributor
Microsoft Stream Video to YouTube Channel
Hi All, Can anyone advise how I move a video I have recorded in Microsoft Stream and upload it to my youtube channel? Thanks
KeithAquilina
May 31, 2020Copper Contributor
Tomislav KarafilovIs it possible to automate download STREAM - upload Youtube process?
Jun 02, 2020
KeithAquilina Currently no. The download option is a call to the application API and not a directly callable link. When you search through the web client, you will find the download URL like this:
https://<storage location>.api.microsoftstream.com/api/videos/<Video-GUID>?fileName=<...>&validTill=2020-06-03T00%3a00%3a00.0000000Z&aadUserOId=<User-GUID>&encoding=base64&api-version=<api version>&signature=<...>
It is in the result of a files-API call to Stream. With the right token you can use this to download the video with some programming skills. But this is not an official way!
- Kathryn_RuddyMar 24, 2021Copper ContributorJust FYI, the first or second post solution worked very easily. I am not tech savvy and I did it easily.