On Sunday 15 February 2009 18:40, Alberto Hernando wrote:
> Hi.
>
> I'm trying to use mplayer to see tv (dvb-t). I have a nova-t 500
> working and now I'm trying to configure freevo 1.8.3 to use it. I have
> this in my local_conf.py:
>
> VIDEO_GROUPS = [
> #VideoGroup[0]
> VideoGroup(
> vdev='/dev/dvb/adaptor0',  #For the benefit of lockfiles
> adev=None,
> input_type='dvb',
> input_num=1,
> desc='DVB Nova 0',
> group_type='dvb',
> record_group=1),
> #VideoGroup[1]
> VideoGroup(
> vdev='/dev/dvb/adaptor1',  #For the benefit of lockfiles
> adev=None,
> input_type='dvb',
> input_num=2,
> desc='DVB Nova 1',
> group_type='dvb',
> record_group=None)
> ]
>
>
> I don't know python, but I've checked to tv_mplayer.py file, and it
> seems that "input_type" is what freevo uses to see which parameters
> pass to mplayer. Is that right? In this case, what's wrong? In the
> logs I see that mplayer tries to play tv using /dev/video, like used
> to do with my old bt8x8 analog card, which doesn't exist anymore. What
> can be happening?
> And, btw, a better suggestion for another player would be appr. In the
> documentation it suggestes vlc, because it offers time-shifting, but
> there is no such plugin.
>
> Thanks
> Alberto

Here is what I am using for a nova-t 500 (on freevo 1.8.1): 

        #VideoGroup[0]
                VideoGroup(
                        group_type = 'dvb',
                        desc='DVB viewing',
                        vdev='0',
                        record_group=1),
        #VideoGroup[1]
                VideoGroup(
                        group_type = 'dvb',
                        desc='DVB recording',
                        vdev='1',
                        record_group=1),

It works fine for watching DVB, I haven't tried recording. So it must 
be "group_type" which is being used to determine the mplayer parameters 
(but you have that set too). Only visible difference from your setup seems 
to be the vdev setting.

Philip

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to