Haavard Holm wrote:
> Hello again and thanks for fast answer !
> 
> I have now installed the cvs-version of xine, but that did not resolve 
> my problem.
> Actually xine starts fine. The problem is that the channel is not 
> changed, and that freevo freezes.
> I have to  use Ctrl-C or send a kill signal. I get the following from 
> DEBUG=1, after I tells
> freevo to start xine to watch TV :
> 
> INFO: ('localhost', 18001) is down
> DEBUG: getVideoGroup(chan='nrk1.nrk.no', isplayer=True, chan_index=0)
> DEBUG: XineIvtv.Play(mode='tv', channel='E7', channel_change=0)
> DEBUG: XineControl.Start()
> DEBUG: XineApp.__init__(app='/usr/local/bin/xine -pq --geometry 
> 800x600+0+0 --no-splash -pq --geometry 800x600+0+0 --no-splash pvr:/ \\! 
> \\!')
> DEBUG: ChildApp2.__init__(app='/usr/local/bin/xine -pq --geometry 
> 800x600+0+0 --no-splash -pq --geometry 800x600+0+0 --no-splash pvr:/ \\! 
> \\!', debugname=None, doeslogging=0, stop_osd=2)
> DEBUG: Running (str) '/usr/local/bin/xine -pq --geometry 800x600+0+0 
> --no-splash -pq --geometry 800x600+0+0 --no-splash pvr:/ \\! \\!' in 
> shell with pid 4766 priority 0
> DEBUG: logging stdout child to "/var/log/freevo/xine-stdout-500.log"
> DEBUG: logging stderr child to "/var/log/freevo/xine-stderr-500.log"
> DEBUG: TunerControl: Explicit channel selection by index = 'E7'
> DEBUG: TunerControl: Channel stack = []
> DEBUG: TunerControl: Channel: 'E7'
> DEBUG: getVideoGroup(chan='E7', isplayer=True, chan_index=2)
> DEBUG: TunerControl: Group: type='normal', desc='Default Video Group'
> DEBUG: TunerControl: Input: type='tuner 1', num=0
> ERROR: TunerControl: VideoGroup <normal: /dev/video0 0:'tuner 1' 'PAL'> 
> is not supported

Looks like the ivtv group has not been detected, try adding the line 
input_num

VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_num=0, # ADD THIS
               input_type='Tuner 1',
               tuner_norm='CONF.tv',
               tuner_chanlist='CONF.chanlist',
               desc='TV antenne',
               group_type='ivtv',
               record_group=None),
]

What other TV_ options do you have in your local_conf.py? I think there 
is a conflict and freevo is using this group.

Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to