Skip to content

Instantly share code, notes, and snippets.

@thebentern
Created February 23, 2020 13:43
Show Gist options
  • Save thebentern/d69a8d3554c06147f3e922c5143f99ac to your computer and use it in GitHub Desktop.
Save thebentern/d69a8d3554c06147f3e922c5143f99ac to your computer and use it in GitHub Desktop.
FFMPEG Live RTMP HLS Test
ffmpeg -listen 1 -i rtmp://area61.better-than.tv:1935/ANYTV_USR_BRITISH10/BRITISH10.sdp \
-c:v libx264 -crf 21 -preset veryfast \
-c:a aac -b:a 128k -ac 2 \
-f hls -hls_time 4 -hls_playlist_type event stream.m3u8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment