Skip to content

Instantly share code, notes, and snippets.

@rogerhu
Created June 2, 2023 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerhu/daa09dd1bd1778b80c78ff4f9ccfd6c6 to your computer and use it in GitHub Desktop.
Save rogerhu/daa09dd1bd1778b80c78ff4f9ccfd6c6 to your computer and use it in GitHub Desktop.
ffmpeg streaming from m3u8 to rtmps://
ffmpeg \
-i $1 \
-preset veryfast \
-vcodec libx264 \
-ar 44100 \
-f flv \
"$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment