Created
August 31, 2015 06:31
-
-
Save RupGautam/934d5e64b62d8b9ecdd0 to your computer and use it in GitHub Desktop.
RTMP to M3U8
This file contains 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 -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
can you provide me more information