Re: [Freevo-users] ivtv problem with rel-1 Video group 'normal' is not supported

2007-10-21 Thread John Molohan
John Molohan wrote:
> John Molohan wrote:
>   
>> Hi,
>>
>> At revision 10005 I now get this error when I try to watch TV:
>>
>> 2007-10-21 11:50:31,870 DEBUGtvguide.py (141): TVGUIDE EVENT is PLAY
>> 2007-10-21 11:50:31,905 INFO ivtv_xine_tv.py (329): IVTV_XINE_TV: 
>> Play channel = 'A24'
>> 2007-10-21 11:50:31,907 INFO ivtv_xine_tv.py (718): TunerControl: 
>> Explicit channel selection = 'A24'
>> 2007-10-21 11:50:31,908 INFO ivtv_xine_tv.py (615): TunerControl: 
>> Channel stack = []
>> 2007-10-21 11:50:31,909 INFO ivtv_xine_tv.py (759): TunerControl: 
>> Channel: 'A24'
>> 2007-10-21 11:50:31,910 INFO ivtv_xine_tv.py (761): TunerControl: 
>> Group: 'type=normal, desc=Default Video Group'
>> 2007-10-21 11:50:31,911 INFO ivtv_xine_tv.py (762): TunerControl: 
>> Input: 'type=tuner, num=0'
>> 2007-10-21 11:50:31,912 ERRORivtv_xine_tv.py (766): TunerControl: 
>> Video group 'normal' is not supported
>> 2
>>
>>
>> I haven't changed my settings:
>>
>> VIDEO_GROUPS = [
>> VideoGroup(vdev = '/dev/video0',
>> adev = '/dev/adsp',
>> input_type = 'tuner',
>> input_num = 0,
>> tuner_norm = CONF.tv,
>> tuner_chanlist = CONF.chanlist,
>> desc = 'NTL Cable',
>> group_type = 'ivtv',
>> record_group = None)
>>]
>>
>> John
>> 
> My fault - I hadn't run convert_config. Next problem though xine starts 
> but I just have a black screen, no TV. Xine still works on local files.
>
> John
>   
Getting there. Seems the behaviour of VO & AO_DEV has changed. Without 
changing my configs my settings for those are now:

2007-10-21 12:34:23,869 INFO ivtv_xine_tv.py (940): 
config.XINE_TV_VO_DEV = 'None'
2007-10-21 12:34:23,870 INFO ivtv_xine_tv.py (941): 
config.XINE_TV_AO_DEV = 'None'

Whereas previously they were:

2007-10-17 19:08:17,496 DEBUGivtv_xine_tv.py (67): XINE_TV_VO_DEV 
set to config.XINE_VO_DEV
2007-10-17 19:08:17,497 DEBUGivtv_xine_tv.py (71): XINE_TV_AO_DEV 
set to config.XINE_AO_DEV
2007-10-17 19:08:17,499 DEBUGivtv_xine_tv.py (599): XineThread: 
configuration overview
2007-10-17 19:08:17,500 DEBUGivtv_xine_tv.py (600): 
config.CONF.xine = '/usr/bin/xine'
2007-10-17 19:08:17,501 DEBUGivtv_xine_tv.py (601): 
config.XINE_COMMAND = '/usr/bin/xine --hide-gui --fullscreen -pq -g -B 
--geometry 1360x768+0+0 --no-splash -D -r anamorphic'
2007-10-17 19:08:17,502 DEBUGivtv_xine_tv.py (602): 
config.XINE_ARGS_DEF = 
'--post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1'
2007-10-17 19:08:17,503 DEBUGivtv_xine_tv.py (603): 
config.XINE_TV_VO_DEV = 'xv'
2007-10-17 19:08:17,504 DEBUGivtv_xine_tv.py (604): 
config.XINE_TV_AO_DEV = 'oss'
2007-10-17 19:08:17,505 DEBUGivtv_xine_tv.py (605): 
config.XINE_TV_TIMESHIFT_FILEMASK = '/home/media/livetv-'
2007-10-17 19:08:17,506 DEBUGivtv_xine_tv.py (606): effective 
xinecmd = 'xine'
2007-10-17 19:08:17,507 DEBUGivtv_xine_tv.py (607): effective 
self.fbxine = 'False'

I've put them explicitly into my local_conf.py and all works now.

John

-
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] ivtv problem with rel-1 Video group 'normal' is not supported

2007-10-21 Thread John Molohan
John Molohan wrote:
> Hi,
>
> At revision 10005 I now get this error when I try to watch TV:
>
> 2007-10-21 11:50:31,870 DEBUGtvguide.py (141): TVGUIDE EVENT is PLAY
> 2007-10-21 11:50:31,905 INFO ivtv_xine_tv.py (329): IVTV_XINE_TV: 
> Play channel = 'A24'
> 2007-10-21 11:50:31,907 INFO ivtv_xine_tv.py (718): TunerControl: 
> Explicit channel selection = 'A24'
> 2007-10-21 11:50:31,908 INFO ivtv_xine_tv.py (615): TunerControl: 
> Channel stack = []
> 2007-10-21 11:50:31,909 INFO ivtv_xine_tv.py (759): TunerControl: 
> Channel: 'A24'
> 2007-10-21 11:50:31,910 INFO ivtv_xine_tv.py (761): TunerControl: 
> Group: 'type=normal, desc=Default Video Group'
> 2007-10-21 11:50:31,911 INFO ivtv_xine_tv.py (762): TunerControl: 
> Input: 'type=tuner, num=0'
> 2007-10-21 11:50:31,912 ERRORivtv_xine_tv.py (766): TunerControl: 
> Video group 'normal' is not supported
> 2
>
>
> I haven't changed my settings:
>
> VIDEO_GROUPS = [
> VideoGroup(vdev = '/dev/video0',
> adev = '/dev/adsp',
> input_type = 'tuner',
> input_num = 0,
> tuner_norm = CONF.tv,
> tuner_chanlist = CONF.chanlist,
> desc = 'NTL Cable',
> group_type = 'ivtv',
> record_group = None)
>]
>
> John
My fault - I hadn't run convert_config. Next problem though xine starts 
but I just have a black screen, no TV. Xine still works on local files.

John

-
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] ivtv problem with rel-1 Video group 'normal' is not supported

2007-10-21 Thread John Molohan
Hi,

At revision 10005 I now get this error when I try to watch TV:

2007-10-21 11:50:31,870 DEBUGtvguide.py (141): TVGUIDE EVENT is PLAY
2007-10-21 11:50:31,905 INFO ivtv_xine_tv.py (329): IVTV_XINE_TV: 
Play channel = 'A24'
2007-10-21 11:50:31,907 INFO ivtv_xine_tv.py (718): TunerControl: 
Explicit channel selection = 'A24'
2007-10-21 11:50:31,908 INFO ivtv_xine_tv.py (615): TunerControl: 
Channel stack = []
2007-10-21 11:50:31,909 INFO ivtv_xine_tv.py (759): TunerControl: 
Channel: 'A24'
2007-10-21 11:50:31,910 INFO ivtv_xine_tv.py (761): TunerControl: 
Group: 'type=normal, desc=Default Video Group'
2007-10-21 11:50:31,911 INFO ivtv_xine_tv.py (762): TunerControl: 
Input: 'type=tuner, num=0'
2007-10-21 11:50:31,912 ERRORivtv_xine_tv.py (766): TunerControl: 
Video group 'normal' is not supported
2


I haven't changed my settings:

VIDEO_GROUPS = [
VideoGroup(vdev = '/dev/video0',
adev = '/dev/adsp',
input_type = 'tuner',
input_num = 0,
tuner_norm = CONF.tv,
tuner_chanlist = CONF.chanlist,
desc = 'NTL Cable',
group_type = 'ivtv',
record_group = None)
   ]

John

-
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users