Is there any way to download a read-only recording from a Teams class (without recording the screen)? I have a shared OneDrive of lecture recordings, some can be downloaded and some cannot.
Thanks for your help and stay safe.
You can download videos using ffmpeg.
Before following these instructions, Please install ffmpeg to your PC.
Go to the recording URL. Now you can view the video but you have no option to download the video.
open dev tools in the browser and go to the Network tab.
Then reload the webpage again.
In the network tab, search the following command using the search area.
videomanifest?provider
Scroll up to the top of this panel.
Now you can find the URL under Request URL.
Copy that entire URL.
Use this below command in cmd.
ffmpeg -i "PASTE_YOUR_COPIED_REQUEST_URL_HERE" -codec copy NAME_OF_DOWNLOADFILE.mp4
You can see downloading the video.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With