Skip to content

Instantly share code, notes, and snippets.

@os6sense
Created May 12, 2014 19:07
Show Gist options
  • Save os6sense/c275bc89a6fd969835e2 to your computer and use it in GitHub Desktop.
Save os6sense/c275bc89a6fd969835e2 to your computer and use it in GitHub Desktop.
bmdcapture and ffmpeg muxing audio from seperate source to ffserver
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