Time to record...
2004/01/13 11:30 EST [*RecordServer*] Recorder::Record: /usr/bin/mencoder -tv on:driver=v4l:input=0:norm=NTSC:channel=58:chanlist=us-cable:width=320:heigh t=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forcea udio:forcechan=1:buffersize=64 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o /media/tv/01-13_11:30_Real_TV_-_.avi 2004/01/13 11:30 EST [*RecordServer*] Record_Thread::run: mode=record 2004/01/13 11:30 EST [*RecordServer*] Record_Thread::run: cmd=/usr/bin/mencoder -tv on:driver=v4l:input=0:norm=NTSC:channel=58:chanlist=us-cable:width=320:heigh t=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forcea udio:forcechan=1:buffersize=64 -ovc lavc -lavcopts
br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o /media/tv/01-13_11:30_Real_TV_-_.avi 2004/01/13 11:30 EST [*RecordServer*] RECORDSERVER GOT EVENT NOTICE 2004/01/13 11:30 EST [*RecordServer*] RECORDSERVER HANDLING EVENT
The main thread of recordserver starts the recording command...
2004/01/13 11:30 EST [*RecordServer*] popen ./runtime/runapp /usr/bin/mencoder -tv on:driver=v4l:input=0:norm=NTSC:channel=58:chanlist=us-cable:width=320:heigh t=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forcea udio:forcechan=1:buffersize=64 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o /media/tv/01-13_11:30_Real_TV_-_.avi 2004/01/13 11:30 EST [*RecordServer*] Record_Thread::run: past wait()!!
This "past wait" message indicates that the recording command exited. This is still at 11:30 so something is wrong with your VCR_CMD. Try to run it on your command line:
/usr/bin/mencoder -tv on:driver=v4l:input=0:norm=NTSC:channel=58:chanlist=us-cable:width=320:height=240:outfmt=yv12:
device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200:keyint=30 -oac mp3lame -lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1789 -o /media/tv/01-13_11:30_Real_TV_-_.avi
With fixed line wrapping of course.
I am willing to bet your mencoder command is new enough to need "tv:// -tv" instead of "-tv on:...." so try removing the "on:" and adding tv://
-Rob
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
