-
Go to URL which has the video, open dev tools (usually F12) / inspect (Right Click > Inspect) in the browser and go to the Network tab.
-
Then reload the page.
-
In the network tab, search the following command using the search area.
videomanifest?provider
-
Click on the highlighted area and you can see the right panel is viewing some contents.

-
You can find the URL under Request URL, this is the URL that we need to download the Teams / Stream video content. Copy this URL.
- Make sure you are in the right directory and use to download the video:
ffmpeg -i "URL_TO_DOWNLOAD" -codec copy VIDEO_FILE.mp4
- If you get "Invalid data found when processing input" try removing url parameters starting with
altManifestMetadataall the way to the end of the url - Use
ffmpeg -hto get help with all ffmpeg options.
