Thanks for the reply, this was helpful. I found this page in the Wiki: http://freevo.sourceforge.net/cgi-bin/doc/DVBConfig
It indicates that you should add:
VIDEO_GROUPS[0].group_type = 'dvb'.
Which information is more current?

Jon




Hi,

If you're using ivtv you need to configure the VIDEO_GROUPS section in local_conf.py. There's some information in the wiki docs about this but an example for North America is:

VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='tuner',
               input_num=4,
               tuner_norm='NTSC',
               tuner_chanlist='us-cable',
               desc='Regular cable',
               group_type='ivtv',
               recordable=True),
]

Make sure you take note of the input_num part. That is the input number of the tuner on my ivtv card - svideo / composite are different numbers.

The mplayer TV plugin looks at this information and decides whether or not to use tv:// (which doesn't work for ivtv) or to setup the ivtv device itself.

-Rob


--
-------------------------------------------------------
Rob Shortt        | http://tvcentric.com | Freevo
[EMAIL PROTECTED] | http://freevo.sf.net | Free your TV


-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users




-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to