05-17-2020 08:04 PM
Hi All,
Can anyone advise how I move a video I have recorded in Microsoft Stream and upload it to my youtube channel?
Thanks
05-18-2020 03:12 AM
@Hens_Matthews Download the video from Stream (https://docs.microsoft.com/en-us/stream/portal-download-video) and upload it to YouTube.
05-30-2020 11:51 PM
@Tomislav KarafilovIs it possible to automate download STREAM - upload Youtube process?
06-02-2020 12:51 AM
@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!