I changed it on the website, if that helps.

On 1/24/06, Justin Wetherell <[EMAIL PROTECTED]> wrote:
Whooops.... change rec_prog.channel_id to prog.channel_id on line 1004.


On 1/24/06, Stian Næprud <[EMAIL PROTECTED] > wrote:
Getting closer... But I get an error in the recordserverlog:

2006/01/24 20:31 CET [*RecordServer*] Sending CMP_PRE_REC
2006/01/24 20:31 CET [*RecordServer*] popen   tv:// -tv
driver=v4l:input=1:norm=pal:width=320:height=240:outfmt=yuy2:device=/dev/video0:adevice=/dev/dsp:audiorate=32000:forceaudio:forcechan=1:buffersize=64
-ovc lavc -lavcopts vcodec=mpeg4:vqscale=3 -oac mp3lame -lameopts
br=128:cbr:mode=3 -ffourcc divx -endpos 229 -o
/home/freevo/Video/Recordings/01-24_20_31_Manual_Record.avi
2006/01/24 20:31 CET [*RecordServer*] killing pid 4669 with sig 15
2006/01/24 20:31 CET [*RecordServer*] recorderver: After wait()
2006/01/24 20:31 CET [*RecordServer*] waiting on pid 4669
2006/01/24 20:31 CET [*RecordServer*] no imagefile found
2006/01/24 20:31 CET [*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 1004, in handleEvents
           if config.CMP_POST_REC and rec_prog.channel_id == 'composite':
       exceptions.NameError: global name 'rec_prog' is not defined

On 1/24/06, Justin Wetherell < [EMAIL PROTECTED]> wrote:
> I made a special patch to record/watch from a composite input, you need to
> add this to your local_config.py:
>
> # Composite Recordings
> CMP_INPUT = 1
> CMP_PRE_REC = ('amixer sset Mic unmute cap');
> CMP_CMD = (CONF.mencoder + ' ' +
>            'tv:// ' +
>            '-tv driver=%s:input=%d' % (TV_DRIVER, CMP_INPUT) +
>            ':norm=%s' % CONF.tv +
>            ':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
>            ':outfmt=%s' % TV_REC_OUTFMT +
>            ':device=%s' % TV_DEVICE +
>            VCR_AUDIO + ' ' +
>            '-ovc lavc -lavcopts ' +
>            'vcodec=mpeg4' +
>            ':vqscale=3 ' +
>            '-oac mp3lame -lameopts ' +
>            'br=128:cbr:mode=3 ' +
>            '-ffourcc divx ' +
>            '-endpos %(seconds)s ' +
>            '-o %(filename)s')
> CMP_POST_REC = ('amixer sset Mic mute');
>
> and then add a channel to TV_CHANNELS:
> ('composite', '01 DIGITAL', '1')
>
> You also need to replace the following files:
> src/tv/plugins/generic_record.py
> src/helpers/recordserver.py
> with the attached files.
> http://freevohelp.com/FILES/generic_record.py
> http://freevohelp.com/FILES/recordserver.py
>
>
> On 1/24/06, Davide dada Carboni <[EMAIL PROTECTED]> wrote:
> > On 1/24/06, Stian Næprud < [EMAIL PROTECTED] > wrote:
> > > I think I have posted before, with no response.... But I have
> > > struggled with this for 2 weeks now, trying different settings found
> > > in Wiki and mailling lists. So please, some gurues out there, help me
> > > with this. The audio goes to my default soundcard and line in.
> > >
> > > My card is a Hauppage WinTV GO2 and I am running Fedora core 3.
> > > Installed Freevo with yum.
> > >
> > > I can watch the composite input in Freevo with theese settings, but
> > > how do I record:
> > >
> >
> > I suspect you need some VCR_CMD with executes mencoder. I have the same
> > card but I use mencoder to get the stream directly from the TV In. In
> > your case you should find a way to instruct mencoder to acquire from
> > composite instead of TV.
> >
> > --
> > La gente vuole le manopole
> > (Anonimo inventore)
> > --
> > http://people.crs4.it/dcarboni
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> >
> http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> > _______________________________________________
> > Freevo-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>
>


--
Stian Næprud
Elvevegen
2642 Kvam
+47 95 04 82 81


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Reply via email to