I was less than successful, has anybody seen this?  Suggestions appreciated.

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/freevo/main.py", line 306, in eventhandler
    app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 784, in eventhandler
    if not isinstance(menu, Menu) and menu.eventhandler(event):
  File "/usr/share/pyshared/freevo/tv/tvguide.py", line 229, in eventhandler
    pi.actions()[0][0](menuw=self.menuw)
  File "/usr/share/pyshared/freevo/tv/programitem.py", line 172, in play
    self.parent.player('tv', self.prog.channel_id)
  File "/usr/share/pyshared/freevo/tv/tvmenu.py", line 82, in start_tv
    p.Play(mode, tuner_id)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 293, in Play
    self.change_channel(tuner_channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/__init__.py", line 341, in change_channel
    self.backend.change_channel(channel)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 308, in change_channel
    self.livepause_app.set_mode(self.mode)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 402, in set_mode
    self.send_command_wait_for_output('mode ' + mode)
  File "/usr/share/pyshared/freevo/tv/plugins/livepause/backend.py", line 457, in send_command_wait_for_output
    raise Exception('Livepause died!')
Exception: Livepause died!


plugin.remove('tv.mplayer')
plugin.activate('tv.livepause')
LIVE_PAUSE2_BUFFER_PATH = "/var/tmp/livepause"

TV_VIDEO_GROUPS = [
    VideoGroup(vdev='0',
               adev=None,
               input_type='s-video 1',
               input_num=1,
               tuner_type='external',
               tuner_norm=CONF.tv,
               tuner_chanlist=CONF.chanlist,
               group_type='dvb',
               desc='PVR-350 Video Group'),
]



Adam Charrett wrote:
On Sun, March 14, 2010 9:02 pm, Dan Schmidt wrote:
  
I have heard it said that the livepause plugin (dvbstreamer) does not
yet support svideo/external tuner.  Does anybody know if there is a
workaround?
    

Actually, livepause plugin does support IVTV. You'll need the svn version
of the livepause app (svn co
https://dvbstreamer.svn.sourceforge.net/svnroot/dvbstreamer/livepause/trunk)
as the released version has a bug that can cause it to lock up if it
looses sync with the stream generated by the ivtv card (due to another
process using 100% cpu for example).

To use the plugin make sure that the group_type in the VideoGroup settings
is set to 'ivtv'. See the wiki or plugin information for more details on
getting the plugin setup.

Cheers

Adam




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to