If I load xawtv I can watch TV, change channels, her sounds... the whole
works.
If I try and record video using streamer it never records audio. Is
streamer supposed to mux the audio into the avi? The only resources I have
read make it sound like it should.
streamer -q -F stereo -f mjpeg -r 30 -t 00:00:10 -o /tmp/out.avi
doesn't work
streamer -q -F stereo -f mjpeg -r 30 -t 00:00:10 -o /tmp/out.avi -O
/tmp/out.wav
doesn't even create out.wav
Etc...
When I'm running streamer I can hear the audio coming out the speakers, it
just refuses to record it. Also, is there a good command line utility to
record directly to mpeg-1? Or Mpeg-2 for that matter? I don't want to
record raw MJPEG and then convert with mencoder later. Seems like there
should be something out there to do it.