Download video from Microsoft Stream

217,082

Solution 1

Have a look at this project on github. Its called destreamer and basically does what you want. Depends on your University, you can find a version customized with the specific automated login for your school and for sure one is for the Milano Politecnico which is an italian university that goes under the name PoliDown.

Destreamer works by grapping the m3u streaming and combine it back using FFMPEG.

Solution 2

Download the microsoft stream app in android/apple phones or tablets and there you can save it for offline. Unfortunately there is no app in Windows.

Share:
217,082

Related videos on Youtube

Gennaro Arguzzi
Author by

Gennaro Arguzzi

I am an engineering student.

Updated on September 18, 2022

Comments

  • Gennaro Arguzzi
    Gennaro Arguzzi over 1 year

    I'd like to download video from Microsoft Teams, or better yet, from Microsoft Stream. I read that this function is available only for the owner.

    The problem is the following: from tomorrow my university is starting streaming lectures because in Italy there is a big number of people with COVID-19 and the universities are closed. For this reason, and because my internet connection is not so good, I need to download the video lectures uploaded from the professors.

  • Arctiic
    Arctiic about 4 years
    If you have an nVidia GPU, ShadowPlay could capture it but it needs to be recorded live.
  • Gennaro Arguzzi
    Gennaro Arguzzi about 4 years
    Hi @Starkster, i tried it, but i don't find the file; i checked in file folder, video and photo folder, onedrive, but there isn't. Can you share a screenshot please?
  • Arch Stanton
    Arch Stanton about 4 years
    It requires some familiarity with the Linux command line but it works.
  • DavidPostill
    DavidPostill about 4 years
    Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
  • Ahmad Elbadri
    Ahmad Elbadri about 4 years
    better now ? i did some edits hope its better
  • Steve Rindsberg
    Steve Rindsberg about 4 years
    No need to use patch cords with Audacity; howtogeek.com/217348/… And if you have a webcam, the included software may give you the ability to do video screen captures.
  • Gurjeet Singh
    Gurjeet Singh about 4 years
    It (now) works in environments that use proxies and/or SSO to protect the videos. I had to fix the code to work in my environment; I submitted a patch for it. github.com/snobu/destreamer/pull/123
  • sancho.s ReinstateMonicaCellio
    sancho.s ReinstateMonicaCellio almost 4 years
    I just tried it. It was extremely easy to install (I had to npm install typescript --save prior to npm run build since I was getting ... Error: Cannot find module '.../destreamer/node_modules/typescript/bin/tsc' ..., other than that it worked nicely). And it was easy to use, simply ./destreamer.sh -i "<URL>".
  • Ji Wei
    Ji Wei over 3 years
    @GennaroArguzzi you won't find it as it is encrypted. Refer to this link, section "How offline video playback works": techcommunity.microsoft.com/t5/microsoft-stream-blog/…
  • Ji Wei
    Ji Wei over 3 years
    Someone packaged destreamer as an executable, do check out the video and download the zip file (64bit and 32 bit availalbe). youtube.com/watch?v=uLQLCpji7pc Disclaimer: I am not the content creater and I am not sure if this breaches the terms of service.
  • JJP
    JJP over 3 years
    It works great !