EasyCap
EasyCap copied to clipboard
how can i stream video and audio simultaneously?
it says in the documentation that to stream video you do
sudo somagic-capture -n | mplayer -vf yadif,screenshot -demuxer rawvideo -rawvideo "ntsc:format=uyvy:fps=30000/1001" -aspect 4:3 -
and it works perfectly!
but it doesnt mention anywhere how to stream audio, let alone at the same time (using somagic-both
)