Created
May 12, 2014 19:07
-
-
Save os6sense/c275bc89a6fd969835e2 to your computer and use it in GitHub Desktop.
bmdcapture and ffmpeg muxing audio from seperate source to ffserver
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
sudo bmdcapture -m 2 -A 0 -C 0 -V 1 -F nut -f pipe:1 | sudo ffmpeg -f alsa -i plughw:UA25 -i - -f ffm http://localhost:8090/feed1.ffm | |
Order of everything is VITAL otherwise the muxed audio ends up being ignored. 3 hours time wasted messing with map :/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment