I seem to have a configuration issue with Freevo's local_conf.py, to get my WinPVR 350 card to record.I have already done modprobe ivtv and modprobe ivtv-fb. After which, I have confirmed the card and it's drivers have initialized the card using dmesg in the terminal. Here's a copy of what I currently have in local_conf.py:
CONFIG_VERSION = 5.15
XMLTV_GRABBER = 'grab/na/tv_grab_na_dd --days 7 > /tmp/TV.xml'
TV_RECORD_DIR = '/home/tvphil'
TV_CHANNELS = [('3','Comcast','3')]
plugin.remove ('www')
plugin.activate ('weather',level=45)
PLUGIN_WEATHER_LOCATIONS = [('USIL0225')]
plugin.remove('tv.generic_record')
VIDEO_SHOW_DATA_DIR = '/tmp/TV.xml'
TV_SETTINGS = 'NORM: ntsc,INPUT: television,CHANLIST: us-cable,DEVICE: /dev/video0'
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),
               ]
TV_IVTV_OPTIONS = {
     'input'         : 4,
     'resolution'    : '720x480',
     'aspect'        : 2,
     'audio_bitmask' : 0xE9,
     'bframes'       : 3,
     'bitrate_mode'  : 0,
     '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,
}

Any ideas what I'm doing wrong or haven't included?


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to