/media-download-with-m3u

Example code about downloading media with a m3u8 file

Primary LanguageC#

media-download-with-m3u8

Example code about downloading media with a m3u8 file

note

It's not right to just concat all the media fragments. Need to fix the stream with ffmpeg.

ffmpeg -i media.mp4 -c copy final-media.mp4