> Hi all,
>
> I'm trying to use my ivtv pvr-150 with xine. Unfortunatly, the tv_ivtv
> plugin
> doesn't work. Note that I use /dev/video1. What I get is a black screen
> and
> xine is not responding anymore to the keyboard.
>
> 'cat /dev/video1|xine stdin://' works great.
> 'mplayer /dev/video1' works great.
>
> What are the preriquisites for using the pvr:// syntax ? Actually, I'm
> trying
> it as a standalone command because tv_ivtv plugin does the job with this
> syntax. Could it be that my TV_IVTV_OPTIONS are incorrect ? How are these
> parameters interpreted, ivtvctl is used ?

Have you set up the VIDEO_GROUPS in local_conf.py?

You will need something like:

VIDEO_GROUPS = [
    VideoGroup(vdev = '/dev/video1',
        adev = '/dev/adsp',
        input_type = 'tuner',
        input_num = 0,
        tuner_norm = CONF.tv,
        tuner_chanlist = CONF.chanlist,
        desc = 'PVR-150 Group',
        group_type = 'ivtv',
        record_group = None),
]

See: http://freevo.sourceforge.net/cgi-bin/doc/MultiTunerConfig

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to