Skip to content

Instantly share code, notes, and snippets.

@progre
Created March 12, 2015 22:39
Show Gist options
  • Save progre/2482add169cbea4467c8 to your computer and use it in GitHub Desktop.
Save progre/2482add169cbea4467c8 to your computer and use it in GitHub Desktop.
HLS
ffmpeg -i http://127.0.0.1:7144/stream/a1ec070928dc66e5590831fdf7a29e24.flv -acodec mp3 -ab 48k -vcodec libx264 -profile:v baseline -level 3.0 -vb 50k -f segment -segment_format mpegts -segment_time 2 -segment_list playlist.m3u8 -segment_list_flags live -segment_list_type hls -segment_list_size 2 stream_%d.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment