1) First add DEBUG=1 to local_conf.py
2) Can you watch tv with => mplayer tv:// (and some options)
3) can you watch tv with freevo (take a show in the tvguide that is
currently running, else freevo will try to schedule it)
4) try to record manually, cut and paste the record command from the
logfile to a terminal, errors when you run this ? :

mencoder tv:// -tv
driver=v4l:input=0:norm=ntsc:channel=21: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 1789 -o 
/home/tv/01-03_03:30_Overnight_Outlook.avi

first time I setup freevo I forgot to compile mplayer without v4l / v4l2
driver support .......

On Mon, 2005-01-03 at 08:19 -0600, Martin Wolff wrote:
> I set mine to a dir I just created "/var/tv/"  and gave everyone full
> permissions to the dir, I'm also running  freevo as root right now so
> it should be good to go on permissions, but it still doesn't work. 
> Same error.  I restarted the recordserver as well.
> 
> Anywhere else I can look for clues?
> 
> 
> thanks
> 
> On Mon, 3 Jan 2005 14:36:38 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote:
> > Mine is set to my old MOVE_DATA_DIR :
> > 
> > OVERLAY_DIR = '/usr/local/freevo/movie-data-dir/'
> > 
> > Bart
> > 
> > >-- Original Message --
> > >From: Martin Wolff <[EMAIL PROTECTED]>
> > >To: freevo-users@lists.sourceforge.net
> > >Reply-To: freevo-users@lists.sourceforge.net
> > >Date: Mon, 3 Jan 2005 07:05:26 -0600
> > >Subject: Re: [Freevo-users] Recordserver crashed with
> > >
> > >
> > >TV_RECORD_DIR is already set, but I hadn't even uncommented the 
> > >OVERLAY_DIR.
> > >What is the syntax for overlay?  Can it just be any path I want like
> > >tv_record?  I'm kind of confused by the
> > >
> > >OVERLAY_DIR= os.path.join(FREEVO_CACHEDIR, 'vfs')
> > >To me that looks like a string joining function or something?
> > >
> > >Do you have an example of what it should look like?  Is it just
> > >
> > >
> > >
> > >OVERLAY_DIR= '/random/path/'
> > >or is it
> > >
> > >OVERLAY_DIR= os.path.join(/random/path/, 'vfs')
> > >
> > >Thanks in advance
> > >
> > >On Mon, 3 Jan 2005 13:28:22 +0100, Bart Heremans <[EMAIL PROTECTED]> wrote:
> > >> Check TV_RECORD_DIR and OVERLAY_DIR in local_conf.py.
> > >>
> > >> Do they exist and does the user running freevo has acces to it ?
> > >>
> > >> Bart
> > >>
> > >> >-- Original Message --
> > >> >From: Martin Wolff <[EMAIL PROTECTED]>
> > >> >To: freevo-users@lists.sourceforge.net
> > >> >Reply-To: freevo-users@lists.sourceforge.net
> > >> >Date: Mon, 3 Jan 2005 05:48:33 -0600
> > >> >Subject: [Freevo-users] Recordserver crashed with
> > >> >
> > >> >
> > >> >Hello,  I get this error whenever the record server tries to record.
> > >> >Everything works, I click record using the webserver and a show is
> > >> >added to my list of shows scheduled to be recorded.  a .fxd file is
> > >> >created, etc.  When it is time to actually record, however, nothing
> > >> >happens.  Checking the log of the recordserver reveals
> > >> >
> > >> >
> > >> >
> > >> >2005/01/03 03:30 CST [*RecordServer*] start recording
> > >> >2005/01/03 03:30 CST [*RecordServer*] USING STANDARD FREQUENCY:
> > >> >chan="21", freq="163250"
> > >> >2005/01/03 03:30 CST [*RecordServer*] Recorder::Record:  tv:// -tv
> > >> >driver=v4l:input=0:norm=ntsc:channel=21: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 1789 -o
> > >> >/home/tv/01-03_03:30_Overnight_Outlook.avi
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=record
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: cmd= tv://
> > >> >-tv 
> > >> >driver=v4l:input=0:norm=ntsc:channel=21: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 1789 -o
> > >> >/home/tv/01-03_03:30_Overnight_Outlook.avi
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record logging to
> > >> >"/tmp/freevo/recorder_stdout.log" and
> > >> >"/tmp/freevo/recorder_stderr.log"
> > >> >2005/01/03 03:30 CST [*RecordServer*] popen   tv:// -tv
> > >> >driver=v4l:input=0:norm=ntsc:channel=21: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 1789 -o
> > >> >/home/tv/01-03_03:30_Overnight_Outlook.avi
> > >> >2005/01/03 03:30 CST [*RecordServer*] self.t1.isAlive()=True,
> > >> >self.t2.isAlive()=True
> > >> >2005/01/03 03:30 CST [*RecordServer*] ChildApp.__init__(), pid=1289,
> > >> >app=  tv:// -tv
> > >> >driver=v4l:input=0:norm=ntsc:channel=21: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 1789 -o
> > >> >/home/tv/01-03_03:30_Overnight_Outlook.avi, poll=-1
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: past wait()!!
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: finished 
> > >> >recording
> > >> >2005/01/03 03:30 CST [*RecordServer*] Record_Thread::run: mode=idle
> > >> >2005/01/03 03:30 CST [*RecordServer*] killing pid 1289 with sig 15
> > >> >2005/01/03 03:30 CST [*RecordServer*] recorderver: After wait()
> > >> >2005/01/03 03:30 CST [*RecordServer*] waiting on pid 1289
> > >> >2005/01/03 03:30 CST [*RecordServer*] Traceback (most recent call last):
> > >> >          File "/usr/lib/python2.3/site-packages/twisted/python/log.py",
> > >> >line 52, in callWithContext
> > >> >            return context.call({ILogContext: newCtx}, func, *args, 
> > >> > **kw)
> > >> >          File 
> > >> > "/usr/lib/python2.3/site-packages/twisted/python/context.py",
> > >> >line 43, in callWithContext
> > >> >            return func(*args,**kw)
> > >> >          File 
> > >> > "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
> > >> >line 126, in run
> > >> >            self.mainLoop()
> > >> >          File 
> > >> > "/usr/lib/python2.3/site-packages/twisted/internet/default.py",
> > >> >line 134, in mainLoop
> > >> >            self.runUntilCurrent()
> > >> >        --- <exception caught here> ---
> > >> >          File 
> > >> > "/usr/lib/python2.3/site-packages/twisted/internet/base.py",
> > >> >line 423, in runUntilCurrent
> > >> >            call.func(*call.args, **call.kw)
> > >> >          File 
> > >> > "/usr/lib/python2.3/site-packages/freevo/helpers/recordserver.py",
> > >> >line 996, in handleEvents
> > >> >            vfs.getoverlay(os.path.splitext(prog.filename)[0] + '.png'))
> > >> >        exceptions.OSError: [Errno 2] No such file or directory
> > >> >
> > >> >Googling around I found a couple of hits for it on it in the history
> > >> >of the mailing list, but it wasn't helpful information.
> > >> >
> > >> >Any ideas?
> > >> >
> > >> >Freevo 1.5 on Debian Testing
> > >> >
> > >> >
> > >> >-------------------------------------------------------
> > >> >The SF.Net email is sponsored by: Beat the post-holiday blues
> > >> >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > >> >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > >> >_______________________________________________
> > >> >Freevo-users mailing list
> > >> >Freevo-users@lists.sourceforge.net
> > >> >https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >>
> > >> -------------------------------------------------------
> > >> The SF.Net email is sponsored by: Beat the post-holiday blues
> > >> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > >> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > >> _______________________________________________
> > >> Freevo-users mailing list
> > >> Freevo-users@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >>
> > >
> > >
> > >-------------------------------------------------------
> > >The SF.Net email is sponsored by: Beat the post-holiday blues
> > >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > >_______________________________________________
> > >Freevo-users mailing list
> > >Freevo-users@lists.sourceforge.net
> > >https://lists.sourceforge.net/lists/listinfo/freevo-users
> > 
> > -------------------------------------------------------
> > The SF.Net email is sponsored by: Beat the post-holiday blues
> > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> > _______________________________________________
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to