Brandon Rader wrote: > I put DEBUG = 9 and CHILDAPP_DEBUG = 9 in local_conf. There was nothing > called debug in there yet, so I didn't know where it went but I put it > in general settings. I then started the recordserver. Here's my > recordserver log... > > 2006/09/24 16:22 CDT [-] Log opened. > 2006/09/24 16:22 CDT [*RecordServer*] twisted.web.server.Site starting > on 18001 > 2006/09/24 16:22 CDT [*RecordServer*] Starting factory > <twisted.web.server.Site instance at 0x2aaab293b488> > 2006/09/24 16:26 CDT [*RecordServer*] Received SIGTERM, shutting down. > 2006/09/24 16:26 CDT [twisted.web.server.Site] (Port 18001 Closed) > 2006/09/24 16:26 CDT [twisted.web.server.Site] Stopping factory > <twisted.web.server.Site instance at 0x2aaab293b488> > 2006/09/24 16:26 CDT [*RecordServer*] Main loop terminated. > 2006/09/24 16:27 CDT [-] Log opened. > 2006/09/24 16:27 CDT [*RecordServer*] twisted.web.server.Site starting > on 18001 > 2006/09/24 16:27 CDT [*RecordServer*] Starting factory > <twisted.web.server.Site instance at 0x2aaab2958f80> > 2006/09/24 16:33 CDT [*RecordServer*] popen /usr/bin/mencoder tv:// -tv > driver=v4l:input=0:norm=ntsc:channel=1:chanlist=us-cable-hrc:width=320:height=240:outfmt=yuy2: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 109 -o > /home/brandon/Recordings/09-24_16_33_Manual_Record.avi
What happens when you run this command from the command line? I have done a quick test and found that the driver=v4l is incorrect, at least on my machine, it should be driver=v4l2 I ran exactly the same command as you except removed the norm,channel and chanlist as there won't work in Europe. The other thing I changed was device=/dev/video0 to /dev/video1 as my bttv card is the second device. After this I ran the command for a few seconds and it worked fine. Duncan > 2006/09/24 16:34 CDT [*RecordServer*] killing pid 6156 with sig 15 > 2006/09/24 16:35 CDT [*RecordServer*] force killing with signal 9 > 2006/09/24 16:35 CDT [*RecordServer*] recorderver: After wait() > 2006/09/24 16:35 CDT [*RecordServer*] waiting on pid 6156 > 2006/09/24 16:35 CDT [*RecordServer*] error creating capture for > /home/brandon/Recordings/09-24_16_33_Manual_Record.avi > 2006/09/24 16:35 CDT [*RecordServer*] > 2006/09/24 16:35 CDT [*RecordServer*] no imagefile found > 2006/09/24 16:35 CDT [*RecordServer*] Received SIGTERM, shutting down. > 2006/09/24 16:35 CDT [twisted.web.server.Site] (Port 18001 Closed) > 2006/09/24 16:35 CDT [twisted.web.server.Site] Stopping factory > <twisted.web.server.Site instance at 0x2aaab2958f80> > 2006/09/24 16:35 CDT [*RecordServer*] Main loop terminated. > 2006/09/25 20:09 CDT [-] Log opened. > 2006/09/25 20:09 CDT [-] ACTIVATING GENERIC RECORD PLUGIN > 2006/09/25 20:09 CDT [-] Record_Thread::run: mode=idle > 2006/09/25 20:09 CDT [-] top of the minute in 17 seconds > 2006/09/25 20:09 CDT [*RecordServer*] twisted.web.server.Site starting > on 18001 > 2006/09/25 20:09 CDT [*RecordServer*] Starting factory > <twisted.web.server.Site instance at 0x2aaab293c488> > 2006/09/25 20:10 CDT [*RecordServer*] in checkToRecord > 2006/09/25 20:10 CDT [*RecordServer*] GET: reading cached file > (/var/cache/freevo/record_schedule.xml) > 2006/09/25 20:10 CDT [*RecordServer*] Got ScheduledRecordings (version 2). > 2006/09/25 20:10 CDT [*RecordServer*] ScheduledRecordings has 0 items. > 2006/09/25 20:11 CDT [*RecordServer*] in checkToRecord > 2006/09/25 20:11 CDT [*RecordServer*] GET: reading cached file > (/var/cache/freevo/record_schedule.xml) > 2006/09/25 20:11 CDT [*RecordServer*] Return cached data > 2006/09/25 20:12 CDT [*RecordServer*] in checkToRecord > 2006/09/25 20:12 CDT [*RecordServer*] GET: reading cached file > (/var/cache/freevo/record_schedule.xml) > 2006/09/25 20:12 CDT [*RecordServer*] Return cached data > 2006/09/25 20:13 CDT [*RecordServer*] in checkToRecord > 2006/09/25 20:13 CDT [*RecordServer*] GET: reading cached file > (/var/cache/freevo/record_schedule.xml) > 2006/09/25 20:13 CDT [*RecordServer*] Return cached data > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
