On Sun, Sep 13, 2009 at 11:40 AM, Stephan Mueller <d4...@web.de> wrote:
> Hi,
>
> i'm trying to get my new pvr150 card to work with freevo. On a low level
> i got i working using ivtv-tune and then "cat /dev/video0" > file.mpg
> gives me a nice playable video file.
>
> But with freevo I just get an excpetion (see at the end of this mail).
>
> Can anybody give me a hint, what i am doing wrong? I am using freevo
> 1.8.1 here as it is in debian lenny and playing video files works with
> xine.
>
> Some parts of my config that may be interesting:
>
> plugin.remove('tv.mplayer')
> plugin.activate('tv.ivtv_xine_tv')
>
> TV_VIDEO_GROUPS = [
>    VideoGroup(vdev='/dev/video0',
>               adev=None,
>               input_type='Tuner 1',
>               input_num=0,
>               tuner_norm='pal',
>               tuner_chanlist='europe-west',
>               group_type = 'ivtv',
>               record_group = None,
>               desc='PVR-150 Video Group')
> ]
>
> TV_IVTV_OPTIONS = {
>    'input'         : 0,
>    'resolution'    : '720x576',
>    'aspect'        : 1,
>    'audio_bitmask' : 233,
>    'bframes'       : 3,
>    'bitrate_mode'  : 1,
>    'bitrate'       : 8000000,
>    'bitrate_peak'  : 9600000,
>    'dnr_mode'      : 3,
>    'dnr_spatial'   : 0,
>    'dnr_temporal'  : 0,
>    'dnr_type'      : 0,
>    'framerate'     : 0,
>    'framespergop'  : 12,
>    'gop_closure'   : 1,
>    'pulldown'      : 0,
>    'stream_type'   : 10,
> }
>
> HANNELS = [
>    ('arte-tv.com', 'arte', '23', '', 0),
>    ('kabel1.de', 'kabel1', 'SE15', '', 0),
>    ('prosieben.de', 'pro7', 'SE20', '', 0)
> ]
>
> Thanks for any help,
>
> cheers,
>
> Steph.
What are the rest of the TV settings?

Evan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to