Use command:
1 |
ffmpeg -i "720.m3u8" -c copy video.mp4 |
If you got an error:
1 |
[http @ 0x2d51880] Protocol not on whitelist 'file,crypto'! |
We use command:
1 |
ffmpeg -protocol_whitelist "file,http,https,tcp,tls" -i "720.m3u8" -c copy video.mp4 |