Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Created August 31, 2015 06:31
Show Gist options
  • Save RupGautam/934d5e64b62d8b9ecdd0 to your computer and use it in GitHub Desktop.
Save RupGautam/934d5e64b62d8b9ecdd0 to your computer and use it in GitHub Desktop.
RTMP to M3U8
ffmpeg -re -i "rtmp://example.com/path/file live=1" -hls_time 10 -hls_wrap 7 -hls_list_size 3 -f hls play.m3u8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment