Last active
September 4, 2020 20:41
-
-
Save hammertoe/e0a3bae495812057aeee423746a1882f to your computer and use it in GitHub Desktop.
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 -f alsa -ar 22100 -ac 1 -r 30 -i h1:1 \ | |
-f h264 -i - -vcodec copy -acodec aac -ab 128k -g 50 -strict experimental | |
-f flv rtmp://.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment