Skip to content

Instantly share code, notes, and snippets.

@rajdeeprath
Last active July 15, 2020 13:28
Show Gist options
  • Save rajdeeprath/8a2731c18f8b7a52dda91b1ac0fbddf2 to your computer and use it in GitHub Desktop.
Save rajdeeprath/8a2731c18f8b7a52dda91b1ac0fbddf2 to your computer and use it in GitHub Desktop.
LINUX
======
rajdeeprath@rajdeeprath-VirtualBox:~$ ffmpeg -i /home/rajdeeprath/Downloads/bbb_480p_1000_64_1.mp4 -vcodec libx264 -vb 500k -vprofile baseline -level 2.1 -acodec libfdk_aac -ab 64000 -ar 48000 -ac 2 -f flv "rtmp://127.0.0.1:1935/live?username=testuser&password=testpass/streamname"
WINDOWS
=======
C:\Users\rajde>ffmpeg -i K:\lpackage\bbb_480p_1000_64.mp4 -vcodec libx264 -vb 500k -vprofile baseline -level 2.1 -acodec aac -ab 64000 -ar 48000 -ac 2 -strict experimental -f flv "rtmp://127.0.0.1:1935/live/streamname app=live?username=testuser&password=testpass live=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment