The way I currently implemented the video groups in ivtv_xine_tv is:

"If a user changes channel (or at init), lookup the video group for the
selected channel. If the video group is not the same as the current one, then
re-init ivtv with the new video device and input. If the group type is 'tuner'
then also tune to the channel (else it is s-video or composite). The audio
device is always set when changing video groups."

Is this what you would have expected, Duncan?

Richard.

----- Oorspronkelijk bericht -----
From: Duncan Webb <[EMAIL PROTECTED]>
To: Michael Beal <[EMAIL PROTECTED]>
Date: 09-Oct-2007 06:56
Subject: Re: [Freevo-devel] VIDEO_GROUPS

> > --- Duncan Webb <[EMAIL PROTECTED]> wrote:
> >>
> >> Better only to have one as it may allow to change the channel when
> >> recording, not really something that you want to do.
> >>
> >
> > I think somewhere on the way, the mark has been missed.  The whole
> > purpose of having 2 video input devices is to record one program while
> > viewing another.  Now to hear that one tuner is best is beyond
> > disheartening.
> 
> Maybe I didn't make myself clear enough, silly me.
> 
> It was not what I meant at all, two IVTV devices for freevo-1 is the best
> configuration. This is not quite what your VIDEO_GROUPS implied as both
> groups were using the same video device.
> 
> > Currently, I'm at another location, setting up Freevo for a friend and
> > am now experiencing the exact same problem I recently had myself: the
> > system is trying to view the same device as the one which is recording.
> >  At this point, though, I have no idea where to begin other than
> > tracing logs and comparing to my own set-up which is nearly identical.
> >
> > If this is a real problem, a solution needs to be found and fast.  Does
> > anyone have a dual-tuner set up that actually works while recording?
> 
> VIDEO_GROUPS = [
>         VideoGroup(
>                 vdev='/dev/video0',
>                 adev=None,
>                 input_type='tuner',
>                 input_num=0,
>                 tuner_norm='pal',
>                 tuner_chanlist='europe-west',
>                 desc='Regular cable',
>                 group_type='ivtv'
>                 record_group=1
>             ),
>         VideoGroup(
> -               vdev='/dev/video0',
> +               vdev='/dev/video1',
>                 adev=None,
>                 input_type='tuner',
>                 input_num=0,
>                 tuner_norm='pal',
>                 tuner_chanlist='europe-west',
>                 desc='Regular Cable - Recording',
>                 group_type='ivtv'
>                 record_group=None
>             )
> ]
> 
> The above is the groups that you posted with the vdev marked as it should
> be for two cards.
> 
> HTH
> Duncan
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to