Created
March 25, 2019 18:35
-
-
Save mhabedinpour/82e36e178a0048d230ba38eda14c10b1 to your computer and use it in GitHub Desktop.
FFmpeg restream HLS to RTMP
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 -i [HLS_URL] -c copy -acodec aac -f flv [RTMP_URL] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment