Hi Leonardo,

On Tue, 2 Nov 2010, Leonardo Calamai wrote:

<snip>
plugin.remove('tv.mplayer')

plugin.activate('tv.livepause')

LIVE_PAUSE2_BUFFER_SIZE= 2048 # Size of the live buffer in MB. (Default 2GB)

LIVE_PAUSE2_BUFFER_PATH='/tmp/freevo-live.buf' # Location of the live buffer.

LIVE_PAUSE2_PREFERRED_PLAYER='xine'

LIVE_PAUSE2_BUFFER_TIMEOUT=30

plugin.remove('tv.generic_record')

plugin_record = plugin.activate('tv.dvbstreamer.record')


TV_VIDEO_GROUPS = [

VideoGroup(vdev='0',

group_type='dvb',

desc='Watching Video Group',

record_group=None)

# VideoGroup(vdev='1',

# group_type='dvb',

# desc='Recording Video Group',

# record_group=1),

]


#

TV_CHANNELS = [

( '217c.6825.0043', 'Canale 10 sport', '217c.6825.0043'),

…

( 'ffff.6825.038c', '038c', 'ffff.6825.038c')

]

# TV_CHANNELS = None


XMLTV_GRABBER = '/usr/bin/tv_grab_it'

XMLTV_SORT = '/usr/bin/tv_sort'

XMLTV_DAYS = 7

XMLTV_FILE = '/tmp/TV.xml'

-------------------------------------------------------------------------------

This all looks fine.


So before I start Freevo I check if exists /tmp/TV.xml

then I start Dvbstreamer:

$dvbstreamer -a 0 -d

and when I run freevo and select “Watch TV” and then “TV Guide” I can see the 
channel list but the program
guide is empty (surely because the TV.xml file contains only channel's name and 
no program information) and if
I select a channel the screen goes black with an empty progress bar and 
something like “tuning channel” then
nothing more happens and I must go back to the channel list.

If I quit Freevo I can see this log on terminal window (I always start Freevo 
from terminal):


You are not part of the group 'freevo', you cannot exploit shared resources 
(such as the cache). Your data will
be saved in /home/gto/.freevo

/usr/lib/python2.6/dist-packages/kaa/metadata/disc/cdrom.py:37: 
DeprecationWarning: the md5 module is
deprecated; use hashlib instead

import md5

ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/cdrom', 'CD-1')"

version: 1.9.0

plugin dialog.x11_overlay_display deactivated, reason: kaa.display is not 
installed

Freevo 1.9.0 ready

Traceback (most recent call last):

File "/usr/share/pyshared/freevo/tv/plugins/livepause/controllers.py", line 
131, in start_filling

self.manager.select(device, channel)

File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/manager.py", line 86, 
in select

controller.set_current_service(channel)

File "/usr/share/pyshared/freevo/tv/plugins/dvbstreamer/comms.py", line 90, in 
set_current_service

raise RuntimeError, errmsg

RuntimeError: Service not found!
Hmmm. this is the cause of the problem, DVBStreamer is reporting that the service freevo asked to tune to doesn't exist. Can you run dvbstreamer with -vvvvv and then send the log file direct to me (~/.dvbstreamer/dvbstreamer-0.log). That should give me a clue whether its DVBStreamer or freevo at fault here. By the way which version of dvbstreamer are you using? I guess version 1.1?

Cheers

Adam
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to