I am not sure exactly where the error is but I am having a devil of a
time getting freevo 1.6.1 to work right with my PVR 150 card. Here is
the trace back, video groups and tv_ivtv options. I seem to be missing
a need peice of information based on this error :ValueError: need more
than 3 values to unpack .

Evan


TV_IVTV_OPTIONS = {
     'input'         : 0,
     'resolution'    : '720x480',
     'aspect'        : 2,
     'audio_bitmask' : 233,
     'bframes'       : 3,
     'bitrate_mode'  : 1,
     'bitrate'       : 4000000,
     'bitrate_peak'  : 4000000,
     'dnr_mode'      : 0,
     'dnr_spatial'   : 0,
     'dnr_temporal'  : 0,
     'dnr_type'      : 0,
     'framerate'     : 0,
     'framespergop'  : 15,
     'gop_closure'   : 1,
     'pulldown'      : 0,
     'stream_type'   : 14,
 }




VIDEO_GROUPS = [
     # Use this group for watching tv
     VideoGroup(vdev=TV_DEVICE,
                adev=AUDIO_INPUT_DEVICE,
                input_type='tuner',
                input_num= 0,
                tuner_norm=CONF.tv,
                tuner_chanlist=CONF.chanlist,
                group_type='ivtv',
                desc='Watching Video Group',
                record_group=0),
]


Trace back log:

ivtv_xine_tv.py (88): PLAY CHAN: 3
ivtv_xine_tv.py (207): PLAY CHAN: 3
ivtv_xine_tv.py (210): PLAY GROUP: Watching Video Group
Video Opened at /dev/video0
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 321, in
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 441, in
eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/lib/python2.4/site-packages/freevo/tv/tvguide.py", line
211, in eventhandler
    self.player('tv', self.selected.channel_id)
  File "/usr/lib/python2.4/site-packages/freevo/tv/tvmenu.py", line
100, in start_tv
    plugin.getbyname(plugin.TV).Play(mode, tuner_id)
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 95, in Play
    self.tuner.SetChannel(self.mode, tuner_channel)
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 214, in SetChannel
    ivtv_dev.init_settings()
  File "/usr/lib/python2.4/site-packages/freevo/tv/ivtv.py", line 189,
in init_settings
    tv.v4l2.Videodev.init_settings(self)
  File "/usr/lib/python2.4/site-packages/freevo/tv/v4l2.py", line 315,
in init_settings
    (v_norm, v_input, v_clist, v_dev) = config.TV_SETTINGS.split()
ValueError: need more than 3 values to unpack
osd.py (211): Couldnt load font "Arial_Bold.ttf"
osd.py (217): trying alternate: verabd.ttf
ivtv_xine_tv.py (120): 1166868131.71: tv app got INPUT_ENTER event
Crash!
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 498, in ?
    MainTread().run()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 358, in run
    self.eventhandler(rc.get_event(True))
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 308, in
eventhandler
    if not rc.app()(event):
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/ivtv_xine_tv.py",
line 138, in eventhandler
    self.tuner.TuneChannel( int(s_event[6]) )
ValueError: invalid literal for int(): E

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to