Forum Discussion

Hens_Matthews's avatar
Hens_Matthews
Copper Contributor
May 18, 2020

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 

5 Replies

    • Kathryn_Ruddy's avatar
      Kathryn_Ruddy
      Copper Contributor
      That was SO easy! It DOES work guys, I just did it! Thank you Tomislav.
      • Tomislav Karafilov's avatar
        Tomislav Karafilov
        MVP

        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!

Resources