Hello,

Been trying to play witht the live pause plugin. I find the  
installation procedure isn't very well documented, so I'm sure I've  
done something wrong.

Here's what I did:

* Installed dvbstreamer 0.8 ('emerge dvbstreamer')
* ran 'setupdvbstreamer -t /etc/freevo/channels.conf' (which is where  
I keep my channels.conf)
* ran 'dvbstreamer' -- it did some stuff, telling me it was because it  
was being run for the first time.
* downloaded livepause 0.3.1 (it's supposed to be in freevo 0.7.5  
anyway, but I wanted to make sure I had the latest version)
* Copied dvbstreamer.startup to /etc/freevo
* ran dvbstreamer -d -f /etc/freevo/dvbstreamer.startup (and made it  
run on startup, it's a dedicated freevo box)
* ran setup.py install from the unpacked livepause directory
* I modified my local_conf.py by adding:

plugin.remove('tv.mplayer')
plugin.activate('tv.dvbstreamer.live_pause')
LIVE_PAUSE_BUFFER_SIZE=(6.25, 30 * 60) # Size of the live buffer as a  
tuple of max Mbps of the TV and seconds.
LIVE_PAUSE_BUFFER_PATH='/tmp/freevo/live.buf' # Location of the live buffer.

* I changed my VIDEO_GROUPS to:

TV_VIDEO_GROUPS = [
     VideoGroup(vdev='0',
                group_type='dvb',
                desc='DVBStreamer')
]

-- I've been ignoring recording for now..

* I restarted freevo, and attempted to watch some TV.
* It failed, told me to look at main-1000.log (and hung the interface,  
'continue' doesn't work)
* The log file says:

server_string=http://localhost:18001/
Traceback (most recent call last):
   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 288,  
in eventhand
ler
     app.eventhandler(event)
   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 494,  
in eventhand
ler
     if not isinstance(menu, Menu) and menu.eventhandler(event):
   File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line  
226, in eve
nthandler
     pi.actions()[0][0](menuw=self.menuw)
   File "/usr/lib/python2.5/site-packages/freevo/tv/programitem.py",  
line 194, in
  play
     self.parent.player('tv', self.prog.channel_id)
   File "/usr/lib/python2.5/site-packages/freevo/tv/tvmenu.py", line  
81, in start
_tv
     plugin.getbyname(plugin.TV).Play(mode, tuner_id)
   File  
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/live_paus
e.py", line 233, in Play
   File  
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/live_paus
e.py", line 328, in change_channel
   File  
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/manager.p
y", line 88, in select
     controller.select_service(channel)
   File  
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/comms.py"
, line 64, in select_service
     raise RuntimeError, errmsg
RuntimeError: Service not found!

**

Any ideas?

Thanks,
Simon

-- 
"Pokey are you drunk on love?"
"Yes. Also whiskey. But mostly love... And whiskey!"

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to