snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Download from videomanifest URL of my University #455

Open Aragorn2004 opened 1 year ago

Aragorn2004 commented 1 year ago

There are some Recs of my University that have URL videomanifest like

https://westeurope1-mediap.svc.ms/transform/videomanifest?provider=spo&inputFormat=mp4&cs=fFNQTw&docid=https%3A%2F%2Fmyuniversity.sharepoint.com%3A443%2F_api%2Fv2.0%2Fdrives%2Fb%21p2vMJwRMykGn6ItXgVEVJ9NMxRUjCBdCjzLx6T307npH-p6A4Cv8TYb8PIqo6-Oi%2Fitems%2F01BZB4AY6SWNJORZKIRNB3KK5X3P55DFWC%3Fversion%3DPublished&cTag=%22c%3A%7BE852B3D2-48E5-438B-B52B-B7DBFBD196C2%7D%2C2%22&action=Access&part=index&format=dash&useScf=True&altTranscode=1&altManifestMetadata=eyJBdWR....xkIjotMSwiX01ham9yIjoxLCJfTWlub3IiOjAsIl9SZXZpc2lvbiI6LTF9LCJWaWRlb0NvZGVjSW5mbyI6ImgyNjQiLCJWaWRlb1ByZXRyYW5zY29kZURhdGEiOm51bGwsIlZpZGVvU3RyZWFtRHVyYXRpb24xMDBOYW5vIjo1NjM3MTg0MzAwMH0%3D&enhanceAudio=true&pretranscode=0&transcodeahead=0&enableCdn=1&psi=dbb5e671-488a-4924-86f6-b111d09bb3c4&ccat=1&correlationid=a826cd8b-7c45-4c9b-b8c8-ad4cddb561d1&hybridPlayback=true&access_token=eyJ0eXAiOiJKV1....Yz0

can Destreamer download them? I tried to put this URL but it shows me the error "invalid URL". Sharepoint is compatible with this program?

grzglo commented 1 year ago

The current version of Destreamer doesn't support Stream on Sharepoint. You could use ffmpeg to download any HLS source as long as you have valid videomanifest and permissions to read/download stream chunks.

ffmpeg -i "https://theURLtoTheManifestYouCopiedHere" -codec copy path\to\downloaded\video.mp4