Skip to content

Instantly share code, notes, and snippets.

@mhabedinpour
Created March 25, 2019 18:35
Show Gist options
  • Save mhabedinpour/82e36e178a0048d230ba38eda14c10b1 to your computer and use it in GitHub Desktop.
Save mhabedinpour/82e36e178a0048d230ba38eda14c10b1 to your computer and use it in GitHub Desktop.
FFmpeg restream HLS to RTMP
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