17
5
When I open this page I can see in Firefox Web Developer Tools / "Network" tab that the page loads files with .mpd
extension.
And then every few seconds it loads a file/stream with .m4s
extension named like
000000.m4s
000001.m4s
How can I download the whole streamed video of this kind?
I think I need to download all .m4s segments but do not know the Linux command or the Windows software to do it. Then I will need to merge these files to a single .mp4
I already tried InviDownloader, but it has numerous problems.
2
I tried your sample site with youtube-dl and I was able to download it. The software automatically merges them into one file
– nixda – 2017-04-29T11:14:17.497@nixda thx, youtube-dl worked! Thank you. Here is how to setup it on the Windows.
– 16851556 – 2017-04-29T21:19:49.643