I'm only using one card. Here's the most recent entry to the main log for 
tonight....




08-01-15 20:31:25,082 INFO     config.py (498): Loading freevo configuration 
file "/home/tvphil/.freevo/freevo.conf"
2008-01-15 20:31:25,093 INFO     config.py (585): Loading local configuration 
file "/etc/freevo/local_conf.py"
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/cdrom0', '/dev/scd0', 'CD-1')"
2008-01-15 20:31:25,100 INFO     config.py (983): overlaydir: 
/var/cache/freevo/vfs
2008-01-15 20:31:25,103 INFO     new process watcher instance
WARNING: PyLirc not found, lirc remote control disabled!
2008-01-15 20:31:25,645 INFO     rom_drives.py (342): Getting capabilities for 
CD-1
2008-01-15 20:31:25,662 INFO     rom_drives.py (356): 'CD-1' can close
2008-01-15 20:31:25,663 INFO     rom_drives.py (360): 'CD-1' can open
2008-01-15 20:31:25,663 INFO     rom_drives.py (364): 'CD-1' can select speed
2008-01-15 20:31:25,707 WARNING  rom_drives.py (458): opening '/dev/scd0' 
failed: [Errno 5] Input/output error"
server_string=http://localhost:18001/
failed to load plugin tv.dvbstreamer.live_pause
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 557, in 
__load_plugin__
    p = eval(object)()
  File 
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/live_pause.py", 
line 135, in __init__
    self.xine = Xine(type, config.XINE_VERSION, manager, path, size)
  File 
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/live_pause.py", 
line 180, in __init__
    self.buffer = ring_buffer.RingBuffer(size, path)
  File 
"/usr/lib/python2.5/site-packages/freevo/tv/plugins/dvbstreamer/ring_buffer.py",
 line 60, in __init__
    self.buffer_fd = open(path, 'w+b')
IOError: [Errno 2] No such file or directory: '/root/documents/freevo/live.buf'
Weather download:  
http://www.tpfans.com/rss/weather.php?Citycode=USIL0389&Language=EN - 1.4 sec
Weather download:  http://www.weather.com/weather/map/USIL0389?from=LAPmaps - 
0.3 sec
Weather download:  
http://www.weather.com/maps/local/local/us_close_ord_ultra_ord_metro_ord/1b/index_large.html
 - 0.2 sec
Weather download:  
http://image.weather.com/web/radar/us_ord_closeradar_plus_usen.jpg - 0.3 sec
--------------------------------------------------------------------------------
Freevo 1.7.5 r10233 finished at Tue Jan 15 20:31:25 2008ing one card. Here's 
the entry for the mainO log...

I'll send you  the most recent recordserver log in the next email, only because 
Yahoo's web based email sucks. If I add it here, it will delete everything else.




----- Original Message ----
From: Jonathan Isom <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Tuesday, January 15, 2008 10:39:33 PM
Subject: Re: [Freevo-users] DVB Channel Detection


On Jan 15, 2008 9:22 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> CONFIG_VERSION = 5.22
> TV_RECORD_DIR = 'home/tvphil/Videos'
ok  TV_RECORD_DIR possibly missing /
TV_CHANNELS looks good

> TV_CHANNELS = [('NBC5-DT','NBC5-DT','0233.03e9.0005'),
>                ('NBC5-WX','NBC5-WX','0233.03e9.0006'),
>                ('WLS-HD','WLS-HD','02bd.03eb.0001'),
>                ('WLS-SD','WLS-SD','02bd.03eb.0002'),
>                ('WLS-SD2','WLS-SD2','02bd.03eb.0003'),
>                ('WGN1','WGN-D1','01f7.03ed.0003'),
>                ('WGN2','WGN-D2','01f7.03ed.0004'),
>                ('WTTW-HD','WTTW-HD','ffff.03ef.0003'),
>                ('WTTW-DT','WTTW-DT','ffff.03ef.0004'),
>                ('WYCC-HD','WYCC HD','0203.03f1.0001'),
>                ('MEGA-SD','MEGA SD','0203.03f1.0003'),
>                ('WCIU-HD','WCIU-HD','0227.03f3.0003'),
>                ('MeTV','MeTV','0227.03f3.0004'),
>                ('WFLD-DT','WFLD DT','ffff.03f5.0003'),
>                ('WPWR-DT','WPWR DT','02b7.0459.0003')
>  ]

following 4 probably waste of space
> TV_DRIVER = 'v4l2'
> TV_DEVICE = '/dev/video0'
> TV_INPUT = 0
> TV_REC_SIZE = (1920, 1080)

> AUDIO_DEVICE = 'hw.0,0'

looks good
> plugin.remove('tv.mplayer')
> plugin.remove('tv.generic_record')
> plugin_record = plugin.activate('tv.dvbstreamer.record')
> plugin.activate('tv.dvbstreamer.live_pause')
> LIVE_PAUSE_BUFFER_SIZE=(6.25, 30 * 60)
> LIVE_PAUSE_BUFFER_PATH='/root/documents/freevo/live.buf'
> TV_RECORDFILE_SUFFIX='.ts'

do you have 1 card or 2? looks good for 2.
> VIDEO_GROUPS = [
>      VideoGroup(vdev='0',
>                 group_type='dvb',
>                 desc='Watching Video Group',
>                 record_group=1),
>      VideoGroup(vdev='1',
>                 group_type='dvb',
>                 desc='Recording Video Group',
>                 record_group=None),
>  ]

the rest looks good.
have you looked at the log files in /var/log/freevo i believe.

> TV_RECORDFILE_SUFFIX='.ts'
> plugin.activate('weather', level=45)
> PLUGIN_WEATHER_LOCATIONS = [ ("USIL0389") ]
> CHILDAPP_DEBUG = 1
>
>
>    Jonathan,
>
> Here's my local_conf file. As you can see, I finally made a channels
 conf for dvbstreamer. Unfortunately, even though Freevo starts up with
 out any stated errors, I still can't record or watch TV.
> I thought if you looked at my local_conf, maybe you or some other
 Freevo user could tell me what, if anything, is configured wrong.And yes,
 I run dvbstreamer and Freevo as root.
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to