Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save manueldev/de3530df1d3276598572f82a13cd68bc to your computer and use it in GitHub Desktop.

Select an option

Save manueldev/de3530df1d3276598572f82a13cd68bc to your computer and use it in GitHub Desktop.
ffmpeg restream HLS m3u8.
ffmpeg -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 2 -timeout 5000000 -i "http://___/____.m3u8" -map 0:0 -map 0:1 -map 0:2 -map 0:3 -c copy -f hls -hls_time 5 -hls_list_size 6 -segment_list_flags +live -hls_flags independent_segments+delete_segments -hls_segment_type mpegts -hls_segment_filename data2%02d.ts master.m3u8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment