On Thu, January 8, 2009 12:09 pm, Matthew Job wrote:
>
> Computer 1 has dvbstreamer configured and running correctly, freevo not
> installed
>
> Computer 2 has freevo installed and configured to connect to computer 1
> for the dvbstreamer service
> tv.livepause and tv.dvbstreamer.record both activated
>
>
> When a recording attempts to start I get the following error
>
>   File "/usr/lib/python2.5/threading.py", line 462, in __bootstrap
>     self.__bootstrap_inner()
>   File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
>     self.run()
>   File
> "/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/record.py",
> line 165, in run
>     vg = self.fc.getVideoGroup(prog.channel_id, False)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/channels.py", line 106,
> in getVideoGroup
>     traceback.print_stack()
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
>     self.run()
>   File
> "/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/record.py",
> line 169, in run
>     self.manager.select(adapter, prog.tunerid)
>   File
> "/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/manager.py",
> line 86, in select
>     controller.set_current_service(channel)
>   File
> "/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/comms.py",
> line 90, in set_current_service
>     raise RuntimeError, errmsg
> RuntimeError: Service not found!
>
> I am able to watch tv without a problem just not record.

Couple of questions, Has this happened more than once? Are you using the
same local_conf.py for the recordserver and frontend?

You could try changing the Channel names to there DVB Ids, use "dvbctrl
lsservices -id" to get a list DVB ids and channel names. DVB ids tend to
be  more robust than services names which, depending on your broadcaster,
can change.

Finally do computer 1 and 2 share a common directory as
tv.dvbstreamer.record sends the filename to save to, to dvbstreamer rather
than streaming the data and then saving. i.e. if you have setup the record
server to save file to /tv, both computer 1 and 2 need to have a /tv
directory (best shared using nfs).

Cheers

Adam


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to