Dan Salmon wrote:Rob:
Are these files deprecated? Is there a more current recording setup for Freevo-1.4? Did I miss a step during installation and these files were not created?
Yes, record_daemon.py is depricated. record_server.py is now src/helpers/recordserver.py and it doesn't require cron.
My TV Guide listings are working properly after manual setup and I run "freevo recordserver" from a command line so I am able to schedule recordings, but nothing actually gets recorded.
"freevo recordserver" will start the recordserver, look in /var/log/freevo/recordserver-0.log (or under /tmp/ if you have no /var/log/freevo/). You may see the recording part fail and clues as to why.
-Rob
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
I had another look and found the log files under /tmp. The record server appears to try to start but the error " Record_Thread::run: past wait()!!" appears to bring things to a halt. Any ideas with this particular problem? Text below from /tmp/recordserver-0.log for a recoding event at 22:00.
2003/12/14 22:00 PST [*RecordServer*] Recorder::Record: /usr/bin/mencoder -tv on:driver=v4l:input=0:norm=ntsc:channel=35:chanlist=us-cable: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 3589 -o /movies/recorded/12-14_22:00_CTV_Newsnet_-_.avi
2003/12/14 22:00 PST [*RecordServer*] Record_Thread::run: mode=record
2003/12/14 22:00 PST [*RecordServer*] Record_Thread::run: cmd=/usr/bin/mencoder -tv on:driver=v4l:input=0:norm=ntsc:channel=35:chanlist=us-cable: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 3589 -o /movies/recorded/12-14_22:00_CTV_Newsnet_-_.avi
2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER GOT EVENT NOTICE
2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER HANDLING EVENT
2003/12/14 22:00 PST [*RecordServer*] popen /usr/bin/mencoder -tv on:driver=v4l:input=0:norm=ntsc:channel=35:chanlist=us-cable: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 3589 -o /movies/recorded/12-14_22:00_CTV_Newsnet_-_.avi
****2003/12/14 22:00 PST [*RecordServer*] Record_Thread::run: past wait()!!****
2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER GOT EVENT NOTICE 2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER GOT EVENT NOTICE 2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER HANDLING EVENT 2003/12/14 22:00 PST [*RecordServer*] killing pid 3095 with sig 15 2003/12/14 22:00 PST [*RecordServer*] recorderver: After wait() 2003/12/14 22:00 PST [*RecordServer*] RECORDSERVER HANDLING EVENT 2003/12/14 22:00 PST [*RecordServer*] waiting on pid 3095 2003/12/14 22:00 PST [*RecordServer*] Record_Thread::run: mode=idle
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
