Created
February 23, 2020 13:43
-
-
Save thebentern/d69a8d3554c06147f3e922c5143f99ac to your computer and use it in GitHub Desktop.
FFMPEG Live RTMP HLS Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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