Re: [Freevo-users] DVB Channel Detection

2008-01-16 Thread Adam Charrett
On Wed, January 16, 2008 5:58 am, Phil Raymond wrote:
> /root/documents/freevo/live.buf has been created, that's why I moved it
> from the tmp folder. Freevo for whatever reason, isn't finding it. This
> one problem is turning out to be the biggest hang up. I even tried
> renaming it to drop the .buf at the end, same result.

At a guess either you have a typo in your local_conf.py or you have a
permission problem on the live.buf file. Try deleting live.buf (it doesn't
need to be created before freevo is run BUT the directories do, my mistake
should have check the directories exist/created them before opening the
file :-) ).

Cheers

Adam


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


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Jonathan Isom
On Jan 15, 2008 11:58 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> /root/documents/freevo/live.buf has been created, that's why I moved it from 
> the tmp folder. Freevo for whatever reason, isn't finding it. This one 
> problem is turning out to be the biggest hang up. I even tried renaming it to 
> drop the .buf at the end, same result.
>

try the attached file. VIDEO_GROUPS changed to TV_VIDEO_GROUPS (recent
change i think)
I just tried this one with my setup except different channels.
CONFIG_VERSION = 5.22
TV_RECORD_DIR = '/home/freevo1/Videos'
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','.03ef.0003'),
  ('WTTW-DT','WTTW-DT','.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','.03f5.0003'),
  ('WPWR-DT','WPWR DT','02b7.0459.0003')
 ]




AUDIO_DEVICE = 'hw.0,0'
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'
TV_VIDEO_GROUPS = [
VideoGroup(vdev='0',
   group_type='dvb',
   desc='Watching Video Group',
   record_group=0),
 ]
plugin.activate('weather', level=45)
PLUGIN_WEATHER_LOCATIONS = [ ("USIL0389") ]
CHILDAPP_DEBUG = 1
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Phil Raymond
/root/documents/freevo/live.buf has been created, that's why I moved it from 
the tmp folder. Freevo for whatever reason, isn't finding it. This one problem 
is turning out to be the biggest hang up. I even tried renaming it to drop the 
.buf at the end, same result.

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


On Jan 15, 2008 11:07 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> I'm only using one card. Here's the most recent entry to the main log
 for tonight

'/root/documents/freevo/live.buf'  either can't be created or the
directory needs to be created.
and this is what your VIDEO_GROUPS should look like

VIDEO_GROUPS = [
>  VideoGroup(vdev='0',
> group_type='dvb',
> desc='Watching Video Group',
> record_group=0),
]

>
>
> 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'),
> >   

Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Jonathan Isom
On Jan 15, 2008 11:07 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> I'm only using one card. Here's the most recent entry to the main log for 
> tonight

'/root/documents/freevo/live.buf'  either can't be created or the
directory needs to be created.
and this is what your VIDEO_GROUPS should look like

VIDEO_GROUPS = [
>  VideoGroup(vdev='0',
> group_type='dvb',
> desc='Watching Video Group',
> record_group=0),
]

>
>
> 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','.03ef.0003'),
> >('WTTW-DT','WTTW-DT','.03ef.0004'),
> >('WYCC

Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Phil Raymond
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','.03ef.0003'),
>('WTTW-DT','WTTW-DT','.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','.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.dv

Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Jonathan Isom
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','.03ef.0003'),
>('WTTW-DT','WTTW-DT','.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','.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/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Phil Raymond
No, I don't use xmltv and I can't manual record on this new Freevo box. I 
choose to do manual recording all the time, like I have for the last 3 years 
with my 
other Freevo box that records only analog, using a hauppauge 350 with ivtv 
drivers. I've never had any luck configuring xmltv, so I just don't bother.

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


On Jan 15, 2008 9:29 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:

>
> - Original Message 
> From: Phil Raymond <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Tuesday, January 15, 2008 9:22:49 PM
> Subject: Re: [Freevo-users] DVB Channel Detection

 My guess is that when you try to get to the guide it say it corrupt?
are you using a xmltv list?
If so what does the top 15 -20 lines look like?  can you manually
record with freevo?


> CONFIG_VERSION = 5.22
> TV_RECORD_DIR = 'home/tvphil/Videos'
> 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','.03ef.0003'),
>('WTTW-DT','WTTW-DT','.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','.03f5.0003'),
>('WPWR-DT','WPWR DT','02b7.0459.0003')
>  ]
   TV_DRIVER = 'v4l2'
   TV_DEVICE = '/dev/video0'
   TV_INPUT = 0
   TV_REC_SIZE = (1920, 1080)
> AUDIO_DEVICE = 'hw.0,0'
> 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'
> 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),
>  ]
> 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.
>
>
>
>
>  
 

> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
>   http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
>
 -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/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
>
>
>
 ---

Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Jonathan Isom
On Jan 15, 2008 9:29 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:

>
> - Original Message 
> From: Phil Raymond <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Tuesday, January 15, 2008 9:22:49 PM
> Subject: Re: [Freevo-users] DVB Channel Detection

 My guess is that when you try to get to the guide it say it corrupt?
are you using a xmltv list?
If so what does the top 15 -20 lines look like?  can you manually
record with freevo?


> CONFIG_VERSION = 5.22


> TV_RECORD_DIR = 'home/tvphil/Videos'
  /home.


> 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','.03ef.0003'),
>('WTTW-DT','WTTW-DT','.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','.03f5.0003'),
>('WPWR-DT','WPWR DT','02b7.0459.0003')
>  ]


> AUDIO_DEVICE = 'hw.0,0'
> 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'
> 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),
>  ]
> 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.
>
>
>
>
>   
> 
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
>   http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/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/vse012070mrt/direct/01/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

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


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Phil Raymond
the "ou" after the bracket before TV_DRIVER was a typo made in the email, it's 
not in the local_conf file.

- Original Message 
From: Phil Raymond <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Tuesday, January 15, 2008 9:22:49 PM
Subject: Re: [Freevo-users] DVB Channel Detection


CONFIG_VERSION = 5.22
TV_RECORD_DIR = 'home/tvphil/Videos'   
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','.03ef.0003'),
   ('WTTW-DT','WTTW-DT','.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','.03f5.0003'),
   ('WPWR-DT','WPWR DT','02b7.0459.0003')
 ]ou
TV_DRIVER = 'v4l2'
TV_DEVICE = '/dev/video0'
TV_INPUT = 0
TV_REC_SIZE = (1920, 1080)
AUDIO_DEVICE = 'hw.0,0'
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'
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),
 ]
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.




  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.
  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/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/vse012070mrt/direct/01/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread Phil Raymond
CONFIG_VERSION = 5.22
TV_RECORD_DIR = 'home/tvphil/Videos'   
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','.03ef.0003'),
   ('WTTW-DT','WTTW-DT','.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','.03f5.0003'),
   ('WPWR-DT','WPWR DT','02b7.0459.0003')
 ]ou
TV_DRIVER = 'v4l2'
TV_DEVICE = '/dev/video0'
TV_INPUT = 0
TV_REC_SIZE = (1920, 1080)
AUDIO_DEVICE = 'hw.0,0'
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'
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),
 ]
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.



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


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


Re: [Freevo-users] DVB Channel Detection

2008-01-15 Thread adam
> put it anywhere
> setupdvbstreamer -A /path/to/channels.conf
>
One final point is that you will need to start DVBStreamer as the user
that you set it up as. ie If you setup dvbstreamer as root you'll need to
start it as root.

Cheers

Adam



-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Jonathan Isom
put it anywhere
setupdvbstreamer -A /path/to/channels.conf

On Jan 15, 2008 12:54 AM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> This sounds like it might work,  but you left out one very important piece of 
> information. Where does the channels.conf file go? I took a guess at the 
> .dvbstreamer hidden folder and also dvbstreamer's main folder, neither worked.
>
> - Original Message 
> From: Jonathan Isom <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Monday, January 14, 2008 10:38:30 PM
> Subject: Re: [Freevo-users] DVB Channel Detection
>
>
>
> did the channels.conf file you fed into setupdvbstreamer resemble
> CHANNEL 02:57028615:8VSB:49:52:3
> CHANNEL 03:63028615:8VSB:49:52:3
> CHANNEL 04:69028615:8VSB:49:52:3
> CHANNEL 05:79028615:8VSB:49:52:3
> CHANNEL 06:85028615:8VSB:49:52:3
> CHANNEL 07:177028615:8VSB:49:52:3
> if not try the attached channels.conf to feed in with
> setupdvbstreamer -A channels.conf
>
> this will cause dvbstreamer to look at all atsc channels. then run
> dvbctrl lsservices -- -id| grep -v  ^..
>
> the grep filters out the channels with nothing on them
>
>
>
>
>
>   
> 
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -
>
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
This sounds like it might work,  but you left out one very important piece of 
information. Where does the channels.conf file go? I took a guess at the 
.dvbstreamer hidden folder and also dvbstreamer's main folder, neither worked.

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


did the channels.conf file you fed into setupdvbstreamer resemble
CHANNEL 02:57028615:8VSB:49:52:3
CHANNEL 03:63028615:8VSB:49:52:3
CHANNEL 04:69028615:8VSB:49:52:3
CHANNEL 05:79028615:8VSB:49:52:3
CHANNEL 06:85028615:8VSB:49:52:3
CHANNEL 07:177028615:8VSB:49:52:3
if not try the attached channels.conf to feed in with
setupdvbstreamer -A channels.conf

this will cause dvbstreamer to look at all atsc channels. then run
dvbctrl lsservices -- -id| grep -v  ^..

the grep filters out the channels with nothing on them





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Elizabeth Dodd
On Tue, 15 Jan 2008, Phil Raymond wrote:
> I'm still seeing the error when I start Freevo about the lack of
> /tmp/freevo/live.buf file. I did create it, but because it's in the tmp
> folder, it keeps getting purged after every shutdown. How can I get it to
> stay there?

make it a symlink to some suitable place in /var/tmp
that keeps things from disappearing on my box

-- 
Dreams are free, but you get soaked on the connect time.

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Jonathan Isom
did the channels.conf file you fed into setupdvbstreamer resemble
CHANNEL 02:57028615:8VSB:49:52:3
CHANNEL 03:63028615:8VSB:49:52:3
CHANNEL 04:69028615:8VSB:49:52:3
CHANNEL 05:79028615:8VSB:49:52:3
CHANNEL 06:85028615:8VSB:49:52:3
CHANNEL 07:177028615:8VSB:49:52:3
if not try the attached channels.conf to feed in with
setupdvbstreamer -A channels.conf

this will cause dvbstreamer to look at all atsc channels. then run
dvbctrl lsservices -- -id| grep -v  ^..

the grep filters out the channels with nothing on them


channels_all.conf
Description: Binary data
-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
[ 1326.293353] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.316937] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.344099] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.363440] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.391552] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.424820] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.446274] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.467285] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.483751] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.507904] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.524350] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.563005] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.596589] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.629982] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.651518] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.672373] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.730072] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.743774] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.759633] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.797591] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.821730] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.846181] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.877479] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.889815] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.905625] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.921744] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.938072] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1326.976560] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.003951] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.016026] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.032504] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.052420] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.076185] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.106428] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.146591] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.167092] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.194733] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.214620] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.246470] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.259688] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.290812] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.314447] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.338471] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.361993] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.378140] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.413614] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.437128] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.453569] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.470019] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.490473] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.509104] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.540516] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.565145] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.577340] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.602320] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.629268] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.660937] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.691919] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.708351] lgdt330x: lgdt3303_read_status: Modulation set to unsupported 
value
[ 1327.733501] lgdt330x: lgdt3303_read_stat

Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
I did dvbctrl lsservices -- -id as root and it  executes the command, but 
nothing is displayed in the terminal. Does it create the file somewhere else? 
If I should see it in the terminal, then it sounds like I have another unknown 
problem.

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


On Jan 14, 2008 10:09 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> I did after the last email I sent, after searching more info and that
 did get rid of the error message. My only question now is, where is
 the channel list it generated? It didn't show up in the terminal like it
 did when I ran dtvscan.If I can find that and copy the id  string to my
 local conf, I think Freevo might record. I'm still seeing the error
 when I start Freevo about the lack of /tmp/freevo/live.buf file. I did
 create it, but because it's in the tmp folder, it keeps getting purged
 after every shutdown. How can I get it to stay there?
>

First i would set
LIVE_PAUSE_BUFFER_PATH = '/path/to/buf'
to something else.  dvbstreamer store it in a database.
use ' dvbctrl lsservices -- -id ` to list what it found.  the first
column is the important one
Here is what mine kinda looks like
TV_CHANNELS = [
 ("00bd.0435.0003",  "12-1 WILL-HD",  "00bd.0435.0003"  ),
 ("01f1.03fb.0003",  "17-1 WAND-DT",  "01f1.03fb.0003"  ),
 ("0209.0004.0003",  "CHANNEL 22",  "0209.0004.0003"  ),
 ("0221.0437.0003",  "27-1 WCCU-DT",  "0221.0437.0003"  ),
 ("027b.03e3.0003",  "15-1 WICD-DT",  "027b.03e3.0003"  ),
 ("02a5.03e1.0003",  "3-1 WCIA-DT",  "02a5.03e1.0003"  ),
 ("00bd.0435.0004",  "12-2 WILLSD1",  "00bd.0435.0004"  ),
 ("00bd.0435.0005",  "12-3 WILLSD2",  "00bd.0435.0005"  ),
 ("01f1.03fb.0004",  "17-2 WAND-SD",  "01f1.03fb.0004"  ),
 ("0209.0004.0004",  "0004",  "0209.0004.0004"  ),
 ("02a5.03e1.0004",  "3-2 WCFN-DT",  "02a5.03e1.0004"  ) ]

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Jonathan Isom
On Jan 14, 2008 10:09 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> I did after the last email I sent, after searching more info and that did get 
> rid of the error message. My only question now is, where is the channel list 
> it generated? It didn't show up in the terminal like it did when I ran 
> dtvscan.If I can find that and copy the id  string to my local conf, I think 
> Freevo might record. I'm still seeing the error when I start Freevo about the 
> lack of /tmp/freevo/live.buf file. I did create it, but because it's in the 
> tmp folder, it keeps getting purged after every shutdown. How can I get it to 
> stay there?
>

First i would set
LIVE_PAUSE_BUFFER_PATH = '/path/to/buf'
to something else.  dvbstreamer store it in a database.
use ' dvbctrl lsservices -- -id ` to list what it found.  the first
column is the important one
Here is what mine kinda looks like
TV_CHANNELS = [
 ("00bd.0435.0003",  "12-1 WILL-HD",  "00bd.0435.0003"  ),
 ("01f1.03fb.0003",  "17-1 WAND-DT",  "01f1.03fb.0003"  ),
 ("0209.0004.0003",  "CHANNEL 22",  "0209.0004.0003"  ),
 ("0221.0437.0003",  "27-1 WCCU-DT",  "0221.0437.0003"  ),
 ("027b.03e3.0003",  "15-1 WICD-DT",  "027b.03e3.0003"  ),
 ("02a5.03e1.0003",  "3-1 WCIA-DT",  "02a5.03e1.0003"  ),
 ("00bd.0435.0004",  "12-2 WILLSD1",  "00bd.0435.0004"  ),
 ("00bd.0435.0005",  "12-3 WILLSD2",  "00bd.0435.0005"  ),
 ("01f1.03fb.0004",  "17-2 WAND-SD",  "01f1.03fb.0004"  ),
 ("0209.0004.0004",  "0004",  "0209.0004.0004"  ),
 ("02a5.03e1.0004",  "3-2 WCFN-DT",  "02a5.03e1.0004"  ) ]

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
I did after the last email I sent, after searching more info and that did get 
rid of the error message. My only question now is, where is the channel list it 
generated? It didn't show up in the terminal like it did when I ran dtvscan.If 
I can find that and copy the id  string to my local conf, I think Freevo might 
record. I'm still seeing the error when I start Freevo about the lack of 
/tmp/freevo/live.buf file. I did create it, but because it's in the tmp folder, 
it keeps getting purged after every shutdown. How can I get it to stay there?

- Original Message 
From: Jonathan Isom <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Monday, January 14, 2008 9:54:57 PM
Subject: Re: [Freevo-users] DVB Channel Detection


Do you have dvbstreamer running.  start it as

'dvbstreamer -d'

On Jan 14, 2008 9:22 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> dvbctrl lsservices -- -id
> DVBCtrl :  0 : Failed to connect to host localhost port 54197
>
> Jonathan,
>
> What you see above is what I got when I used your command to get the
 channels set up. Any ideas what's going on?
>
> Phil
>
>
>
>  
 

> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
>
 -
>
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Jonathan Isom
Do you have dvbstreamer running.  start it as

'dvbstreamer -d'

On Jan 14, 2008 9:22 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> dvbctrl lsservices -- -id
> DVBCtrl :  0 : Failed to connect to host localhost port 54197
>
> Jonathan,
>
> What you see above is what I got when I used your command to get the channels 
> set up. Any ideas what's going on?
>
> Phil
>
>
>
>   
> 
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
> -
>
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
dvbctrl lsservices -- -id
DVBCtrl :  0 : Failed to connect to host localhost port 54197

Jonathan,

What you see above is what I got when I used your command to get the channels 
set up. Any ideas what's going on?

Phil



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Jonathan Isom
On Jan 14, 2008 6:51 AM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> TV_CHANNELS = [('NBC','NBC5-DT','NBC5-DT:563028615:8VSB:81:84:5'),
>('NBC5-Weather','NBC5-WX','NBC5-WX:563028615:8VSB:97:100:6'),
>('ABC','WLS-HD_','WLS-HD_:701028615:8VSB:17:20:1'),
>('WLS-7.2','WLS-SD_','WLS-SD_:701028615:8VSB:33:36:2'),
>('WLS-Weather','WLS-SD2','WLS-SD2:701028615:8VSB:49:52:3'),
>('WGN1-CW','WGN-D1','WGN-D1:503028615:8VSB:49:52:3'),
>('WGN2','WGN-D2','WGN-D2:503028615:8VSB:65:68:4'),
>('WTTWD','WTTW-HD','WTTW-HD:671028615:8VSB:49:52:3'),
>('WTTW11','WTTW-DT','WTTW-DT:671028615:8VSB:65:68:4'),
>('WYCC HD','WYCC HD','WYCC HD:515028615:8VSB:17:20:1'),
>('WYCC SD','WYCC SD','WYCC SD:515028615:8VSB:33:36:2'),
>('MEGA TV','MEGA SD','MEGA SD:515028615:8VSB:49:52:3'),
>('Fox','WFLD DT','WFLD-DT:575028615:8VSB:49:52:3'),
>('My Network','WPWR DT','WPWR DT:695028615:8VSB:49:52:3')
>  ]
>
the 1st column is for xmltv(EPG) ,  2nd Display name,  Third is
dvbstreamer's channel id.
to get the third

# dvbctrl lsservices -- -id

it will look like this.
 00bd.0435.0003 : 12-1 WILL-HD
00bd.0435.0004 : 12-2 WILLSD1
01f1.03fb.0004 : 17-2 WAND-SD
01f1.03fb.0003 : 17-1 WAND-DT
0209.0004.0004 : WBUIDT
0209.0004.0003 : WBUIHD
0221.0437.0003 : 27-1 WCCU-DT

if you are going to use over the air listings then the first line
would look like
TV_CHANNELS = [('00bd.0435.0003', '12-1 WILL-HD','00bd.0435.0003'),

use " dvbctrl dumpxmltv " get over the air listings
otherwise put the the xmltv id in column 1,  the rest stays the same.

Later

Jonathan

>
>   
> 
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.  
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
> -
>
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread Phil Raymond
TV_CHANNELS = [('NBC','NBC5-DT','NBC5-DT:563028615:8VSB:81:84:5'),
   ('NBC5-Weather','NBC5-WX','NBC5-WX:563028615:8VSB:97:100:6'),
   ('ABC','WLS-HD_','WLS-HD_:701028615:8VSB:17:20:1'),
   ('WLS-7.2','WLS-SD_','WLS-SD_:701028615:8VSB:33:36:2'),
   ('WLS-Weather','WLS-SD2','WLS-SD2:701028615:8VSB:49:52:3'),
   ('WGN1-CW','WGN-D1','WGN-D1:503028615:8VSB:49:52:3'),
   ('WGN2','WGN-D2','WGN-D2:503028615:8VSB:65:68:4'),
   ('WTTWD','WTTW-HD','WTTW-HD:671028615:8VSB:49:52:3'),
   ('WTTW11','WTTW-DT','WTTW-DT:671028615:8VSB:65:68:4'),
   ('WYCC HD','WYCC HD','WYCC HD:515028615:8VSB:17:20:1'),
   ('WYCC SD','WYCC SD','WYCC SD:515028615:8VSB:33:36:2'),
   ('MEGA TV','MEGA SD','MEGA SD:515028615:8VSB:49:52:3'),
   ('Fox','WFLD DT','WFLD-DT:575028615:8VSB:49:52:3'),
   ('My Network','WPWR DT','WPWR DT:695028615:8VSB:49:52:3')
 ]



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-14 Thread John Molohan
Jonathan Isom wrote:
> JohnMolohan & list
>   You think maybe it may be good to hav some example TV_CHANNELS varibles
> for   and where to look for the values?
> It may help with others trying freevo for the first time.
>
> Thanks
>
> Jonathan
Sure, feel free to add what you've discovered while setting this up :)

John

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Duncan Webb
> JohnMolohan & list
>   You think maybe it may be good to hav some example TV_CHANNELS varibles
> for   and where to look for the values?
It may help with others trying freevo for the first time.

There is no shortage of TV_CHANNELS examples in the wiki, a quick
FindPage looking for TV_CHANNELS gives lots of results. The main page is
http://doc.freevo.org/AnalogueGen. While the page is for analogue TV
tuners it's the same for DVB.

Duncan




-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
JohnMolohan & list
  You think maybe it may be good to hav some example TV_CHANNELS varibles
for   and where to look for the values?
It may help with others trying freevo for the first time.

Thanks

Jonathan

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
On Jan 13, 2008 9:43 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> That's what I copied and pasted to my local_conf.py already, it didn't work, 
> that's why I thought something was missing. I'm going to try Freevo now and 
> see if the channels.conf helped.

what does your TV_CHANNELS lines in your local_conf.py look like?



> - Original Message 
> From: Jonathan Isom <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Sunday, January 13, 2008 9:40:06 PM
> Subject: Re: [Freevo-users] DVB Channel Detection
>
>

>
> On Jan 13, 2008 9:37 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> > Thanks, that worked.One more question. The other problem I have is
>  with Freevo finding or creating (not sure which) the live buffer file in
>  the tmp folder. I've tried creating it and seeing if it would create
>  one when it begins recording, neither works. Now  that I have a
>  channels.conf, will it  create this file? Or do I need to do something else?
>
> Try follow in the step on:
>
> http://doc.freevo.org/TvPlugins#head-d2fe093c7fc46de55582138af1ff5be8e0669868
>
> hope this helps
>
> Jonathan
>
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>
>   
> 
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.  
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Phil Raymond
That's what I copied and pasted to my local_conf.py already, it didn't work, 
that's why I thought something was missing. I'm going to try Freevo now and see 
if the channels.conf helped.

- Original Message 
From: Jonathan Isom <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Sunday, January 13, 2008 9:40:06 PM
Subject: Re: [Freevo-users] DVB Channel Detection


On Jan 13, 2008 9:37 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> Thanks, that worked.One more question. The other problem I have is
 with Freevo finding or creating (not sure which) the live buffer file in
 the tmp folder. I've tried creating it and seeing if it would create
 one when it begins recording, neither works. Now  that I have a
 channels.conf, will it  create this file? Or do I need to do something else?

Try follow in the step on:

http://doc.freevo.org/TvPlugins#head-d2fe093c7fc46de55582138af1ff5be8e0669868

hope this helps

Jonathan

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
On Jan 13, 2008 9:37 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> Thanks, that worked.One more question. The other problem I have is with 
> Freevo finding or creating (not sure which) the live buffer file in the tmp 
> folder. I've tried creating it and seeing if it would create one when it 
> begins recording, neither works. Now  that I have a channels.conf, will it  
> create this file? Or do I need to do something else?

Try follow in the step on:

http://doc.freevo.org/TvPlugins#head-d2fe093c7fc46de55582138af1ff5be8e0669868

hope this helps

Jonathan

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Phil Raymond
Thanks, that worked.One more question. The other problem I have is with Freevo 
finding or creating (not sure which) the live buffer file in the tmp folder. 
I've tried creating it and seeing if it would create one when it begins 
recording, neither works. Now  that I have a channels.conf, will it  create 
this file? Or do I need to do something else?

- Original Message 
From: Jonathan Isom <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Sunday, January 13, 2008 9:27:23 PM
Subject: Re: [Freevo-users] DVB Channel Detection


On Jan 13, 2008 9:26 PM, Jonathan Isom <[EMAIL PROTECTED]> wrote:
> On Jan 13, 2008 9:12 PM, Jonathan Isom <[EMAIL PROTECTED]> wrote:
> > On Jan 13, 2008 9:05 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> > > I suspect I'm either missing something or am not doing something
 right. I seem to have dvbstreamer installed, but all I  get is "-A
 command not found".As for the scanning, I found an app that works called
 dtvscan from the pchdtv site. I can watch live tv through Xine using the
 command xine dvb:// NBC5-DT (for example).I'm just having a dog of a
 time trying to get Freevo configured correctly for recording. Is
 dvbstreamer the only way to record ATSC streams with Freevo?I really don't need
 the time shifting capabilty.
> >
> > Can you post what command you are running and possibly the version.
> Hi
>   Tell me if this is helpful
> http://dvbstreamer.sourceforge.net/mediawiki/index.php/Installation
it is one command not two

setupdvbstreamer -A /usr/share/dvb/atsc/channels.conf

>
> >
> >
> > Thanks
> >
> >
> > >
> > > - Original Message 
> > > From: Jonathan Isom <[EMAIL PROTECTED]>
> > > To: freevo-users@lists.sourceforge.net
> > > Sent: Sunday, January 13, 2008 8:25:05 PM
> > > Subject: Re: [Freevo-users] DVB Channel Detection
> > >
> > >
> > > Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
> > > channls.conf file with all the channels
> > > (2-69) for atsc could be feed into dvbstreamer and it would
 detect all
> > > the channels.  then a
> > > 'dvbctrl scan all` would rescan all the channels, so a script a
 night
> > > could rerun the scan. next
> > > 'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter
 out
> > > the ones that aren't there. so for example
> > >
> > > ..0003 : CHAN63
> > > ..0003 : CHAN64
> > > ..0003 : CHAN65
> > > ..0003 : CHAN66
> > > ..0003 : CHAN67
> > > ..0003 : CHAN68
> > > ..0003 : CHAN69
> > > 00bd.0435.0004 : 12-2 WILLSD1
> > > 00bd.0435.0005 : 12-3 WILLSD2
> > > 01f1.03fb.0004 : 17-2 WAND-SD
> > > 0209.0004.0004 : 0004
> > > 02a5.03e1.0004 : 3-2 WCFN-DT
> > >
> > > TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1",
 ''00bd.0435.0004"),
> > >(...),
> > >]
> > >
> > > could be created. with python i guess we could import it via a
> > > separate file, though it would require
> > > restarting freevo every day.
> > >
> > > Later
> > >
> > > Jonathan
> > >
> > >
 -
> > > 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
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > >
> > >
> > >
> > >  
 

> > > Be a better friend, newshound, and
> > > know-it-all with Yahoo! Mobile.  Try it now.
  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >
> > >
> > >
> > >
 -
> > > 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
> > > ___

Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
On Jan 13, 2008 9:26 PM, Jonathan Isom <[EMAIL PROTECTED]> wrote:
> On Jan 13, 2008 9:12 PM, Jonathan Isom <[EMAIL PROTECTED]> wrote:
> > On Jan 13, 2008 9:05 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> > > I suspect I'm either missing something or am not doing something right. I 
> > > seem to have dvbstreamer installed, but all I  get is "-A command not 
> > > found".As for the scanning, I found an app that works called dtvscan from 
> > > the pchdtv site. I can watch live tv through Xine using the command xine 
> > > dvb:// NBC5-DT (for example).I'm just having a dog of a time trying to 
> > > get Freevo configured correctly for recording. Is dvbstreamer the only 
> > > way to record ATSC streams with Freevo?I really don't need the time 
> > > shifting capabilty.
> >
> > Can you post what command you are running and possibly the version.
> Hi
>   Tell me if this is helpful
> http://dvbstreamer.sourceforge.net/mediawiki/index.php/Installation
it is one command not two

setupdvbstreamer -A /usr/share/dvb/atsc/channels.conf

>
> >
> >
> > Thanks
> >
> >
> > >
> > > ----- Original Message ----
> > > From: Jonathan Isom <[EMAIL PROTECTED]>
> > > To: freevo-users@lists.sourceforge.net
> > > Sent: Sunday, January 13, 2008 8:25:05 PM
> > > Subject: Re: [Freevo-users] DVB Channel Detection
> > >
> > >
> > > Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
> > > channls.conf file with all the channels
> > > (2-69) for atsc could be feed into dvbstreamer and it would detect all
> > > the channels.  then a
> > > 'dvbctrl scan all` would rescan all the channels, so a script a night
> > > could rerun the scan. next
> > > 'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter out
> > > the ones that aren't there. so for example
> > >
> > > ..0003 : CHAN63
> > > ..0003 : CHAN64
> > > ..0003 : CHAN65
> > > ..0003 : CHAN66
> > > ..0003 : CHAN67
> > > ..0003 : CHAN68
> > > ..0003 : CHAN69
> > > 00bd.0435.0004 : 12-2 WILLSD1
> > > 00bd.0435.0005 : 12-3 WILLSD2
> > > 01f1.03fb.0004 : 17-2 WAND-SD
> > > 0209.0004.0004 : 0004
> > > 02a5.03e1.0004 : 3-2 WCFN-DT
> > >
> > > TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
> > >(...),
> > >]
> > >
> > > could be created. with python i guess we could import it via a
> > > separate file, though it would require
> > > restarting freevo every day.
> > >
> > > Later
> > >
> > > Jonathan
> > >
> > > -
> > > 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
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > >
> > >
> > >
> > >   
> > > 
> > > Be a better friend, newshound, and
> > > know-it-all with Yahoo! Mobile.  Try it now.  
> > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > >
> > >
> > >
> > > -
> > > 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
> > > Freevo-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> >
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
On Jan 13, 2008 9:12 PM, Jonathan Isom <[EMAIL PROTECTED]> wrote:
> On Jan 13, 2008 9:05 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> > I suspect I'm either missing something or am not doing something right. I 
> > seem to have dvbstreamer installed, but all I  get is "-A command not 
> > found".As for the scanning, I found an app that works called dtvscan from 
> > the pchdtv site. I can watch live tv through Xine using the command xine 
> > dvb:// NBC5-DT (for example).I'm just having a dog of a time trying to get 
> > Freevo configured correctly for recording. Is dvbstreamer the only way to 
> > record ATSC streams with Freevo?I really don't need the time shifting 
> > capabilty.
>
> Can you post what command you are running and possibly the version.
Hi
  Tell me if this is helpful
http://dvbstreamer.sourceforge.net/mediawiki/index.php/Installation

>
>
> Thanks
>
>
> >
> > - Original Message 
> > From: Jonathan Isom <[EMAIL PROTECTED]>
> > To: freevo-users@lists.sourceforge.net
> > Sent: Sunday, January 13, 2008 8:25:05 PM
> > Subject: Re: [Freevo-users] DVB Channel Detection
> >
> >
> > Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
> > channls.conf file with all the channels
> > (2-69) for atsc could be feed into dvbstreamer and it would detect all
> > the channels.  then a
> > 'dvbctrl scan all` would rescan all the channels, so a script a night
> > could rerun the scan. next
> > 'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter out
> > the ones that aren't there. so for example
> >
> > ..0003 : CHAN63
> > ..0003 : CHAN64
> > ..0003 : CHAN65
> > ..0003 : CHAN66
> > ..0003 : CHAN67
> > ..0003 : CHAN68
> > ..0003 : CHAN69
> > 00bd.0435.0004 : 12-2 WILLSD1
> > 00bd.0435.0005 : 12-3 WILLSD2
> > 01f1.03fb.0004 : 17-2 WAND-SD
> > 0209.0004.0004 : 0004
> > 02a5.03e1.0004 : 3-2 WCFN-DT
> >
> > TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
> >(...),
> >]
> >
> > could be created. with python i guess we could import it via a
> > separate file, though it would require
> > restarting freevo every day.
> >
> > Later
> >
> > Jonathan
> >
> > -
> > 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
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> >
> >
> >
> >   
> > 
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile.  Try it now.  
> > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> >
> >
> >
> > -
> > 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
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Phil Raymond
[EMAIL PROTECTED]:~$ setupdvbstreamer
Usage:setupdvbstreamer 
  Options:
  -v: Increase the amount of debug output, can be used multiple
  times for more output
  -V: Print version information then exit

  -a   : Use adapter number (ie /dev/dvb/adapter/...)

  -t  : Terrestrial channels.conf file to import services and 
  multiplexes from. (DVB-T)

  -s  : Satellite channels.conf file to import services and 
  multiplexes from.(DVB-S)
  -l  : (DVB-S Only) Set LNB type being used
  (Use -l help to print types) or 
  -l ,, Specify LO frequencies in MHz

  -c  : Cable channels.conf file to import services and 
  multiplexes from. (DVB-C)

  -A  : ATSC channels.conf file to import services and 
  multiplexes from. (ATSC) (EXPERIMENTAL)
[EMAIL PROTECTED]:~$ -A /usr/share/dvb/atsc/channels.conf
bash: -A: command not found




  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
On Jan 13, 2008 9:05 PM, Phil Raymond <[EMAIL PROTECTED]> wrote:
> I suspect I'm either missing something or am not doing something right. I 
> seem to have dvbstreamer installed, but all I  get is "-A command not 
> found".As for the scanning, I found an app that works called dtvscan from the 
> pchdtv site. I can watch live tv through Xine using the command xine dvb:// 
> NBC5-DT (for example).I'm just having a dog of a time trying to get Freevo 
> configured correctly for recording. Is dvbstreamer the only way to record 
> ATSC streams with Freevo?I really don't need the time shifting capabilty.

Can you post what command you are running and possibly the version.


Thanks

>
> - Original Message 
> From: Jonathan Isom <[EMAIL PROTECTED]>
> To: freevo-users@lists.sourceforge.net
> Sent: Sunday, January 13, 2008 8:25:05 PM
> Subject: Re: [Freevo-users] DVB Channel Detection
>
>
> Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
> channls.conf file with all the channels
> (2-69) for atsc could be feed into dvbstreamer and it would detect all
> the channels.  then a
> 'dvbctrl scan all` would rescan all the channels, so a script a night
> could rerun the scan. next
> 'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter out
> the ones that aren't there. so for example
>
> ..0003 : CHAN63
> ..0003 : CHAN64
> ..0003 : CHAN65
> ..0003 : CHAN66
> ..0003 : CHAN67
> ..0003 : CHAN68
> ..0003 : CHAN69
> 00bd.0435.0004 : 12-2 WILLSD1
> 00bd.0435.0005 : 12-3 WILLSD2
> 01f1.03fb.0004 : 17-2 WAND-SD
> 0209.0004.0004 : 0004
> 02a5.03e1.0004 : 3-2 WCFN-DT
>
> TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
>(...),
>]
>
> could be created. with python i guess we could import it via a
> separate file, though it would require
> restarting freevo every day.
>
> Later
>
> Jonathan
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
>
>   
> 
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Phil Raymond
I suspect I'm either missing something or am not doing something right. I seem 
to have dvbstreamer installed, but all I  get is "-A command not found".As for 
the scanning, I found an app that works called dtvscan from the pchdtv site. I 
can watch live tv through Xine using the command xine dvb:// NBC5-DT (for 
example).I'm just having a dog of a time trying to get Freevo configured 
correctly for recording. Is dvbstreamer the only way to record ATSC streams 
with Freevo?I really don't need the time shifting capabilty.

- Original Message 
From: Jonathan Isom <[EMAIL PROTECTED]>
To: freevo-users@lists.sourceforge.net
Sent: Sunday, January 13, 2008 8:25:05 PM
Subject: Re: [Freevo-users] DVB Channel Detection


Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
channls.conf file with all the channels
(2-69) for atsc could be feed into dvbstreamer and it would detect all
the channels.  then a
'dvbctrl scan all` would rescan all the channels, so a script a night
could rerun the scan. next
'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter out
the ones that aren't there. so for example

..0003 : CHAN63
..0003 : CHAN64
..0003 : CHAN65
..0003 : CHAN66
..0003 : CHAN67
..0003 : CHAN68
..0003 : CHAN69
00bd.0435.0004 : 12-2 WILLSD1
00bd.0435.0005 : 12-3 WILLSD2
01f1.03fb.0004 : 17-2 WAND-SD
0209.0004.0004 : 0004
02a5.03e1.0004 : 3-2 WCFN-DT

TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
   (...),
   ]

could be created. with python i guess we could import it via a
separate file, though it would require
restarting freevo every day.

Later

Jonathan

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Jonathan Isom
Don't know how this is with dvb-(t,c,s) but with dvbstreamer a
channls.conf file with all the channels
(2-69) for atsc could be feed into dvbstreamer and it would detect all
the channels.  then a
'dvbctrl scan all` would rescan all the channels, so a script a night
could rerun the scan. next
'dvbctrl lsservices -- -id| grep -v  ^.. ` would filter out
the ones that aren't there. so for example

..0003 : CHAN63
..0003 : CHAN64
..0003 : CHAN65
..0003 : CHAN66
..0003 : CHAN67
..0003 : CHAN68
..0003 : CHAN69
00bd.0435.0004 : 12-2 WILLSD1
00bd.0435.0005 : 12-3 WILLSD2
01f1.03fb.0004 : 17-2 WAND-SD
0209.0004.0004 : 0004
02a5.03e1.0004 : 3-2 WCFN-DT

TV_CHANNELS = [ (''00bd.0435.0004","12-2 WILLSD1", ''00bd.0435.0004"),
   (...),
   ]

could be created. with python i guess we could import it via a
separate file, though it would require
restarting freevo every day.

Later

Jonathan

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-13 Thread Adam Charrett

On Tue, 2008-01-01 at 13:09 +0100, Dirk Meyer wrote:
> Thorsten Pferdekämper wrote:
> > I have also had a look at gstreamer a while ago, but it seemed to be a huge 
> > amount of work to get that running with DVB-S etc.
> 
> It is much better now. We had a GSoC project improving the DVB code in
> GStreamer. I have a small test file with not much lines of code that
> records a whole program (incl. all audio languages and teletext). The
> problem I have right now is that there is a deadlock on stop somewhere
> we can not find. So there is much going on in that area.
> 

> Like I wrote above: better record the whole channel. Soenke had the
> problem once that the German audio pid suddenly changed to 'German for
> blind' with someone talking in the background what you see. The normal
> German audio channel was on a new pid. This sucks and can only be
> avoided if we record everything and choose later.
> 

Sorry for coming in late to this discussion (was away last week), the
program I've been working on for the last 1 2/3 year would get round
most of these problems. DVBStreamer monitors the PSI/SI data so you
don't get the problem where the PID changes to a different use and you
get the wrong audio.

Currently there is no CAM support, but this can easily be added via a
plugin (I can't do this as I have no CAM to test against). It already
supports DVB-S/C/T and ATSC. GStreamer could still be used to render the
stream as DVBStreamer outputs to a file or UDP/RTP. It also supports
filtering multiple services (channels) if your using a card that can
pass the whole transport stream.

DVBStreamer is already being used for the live pause plugin in freevo
1.x

(http://www.dvbstreamer.org)

Cheers

Adam


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2008-01-01 Thread Dirk Meyer
Thorsten Pferdekämper wrote:
> I have also had a look at gstreamer a while ago, but it seemed to be a huge 
> amount of work to get that running with DVB-S etc.

It is much better now. We had a GSoC project improving the DVB code in
GStreamer. I have a small test file with not much lines of code that
records a whole program (incl. all audio languages and teletext). The
problem I have right now is that there is a deadlock on stop somewhere
we can not find. So there is much going on in that area.

>> >> 1. Create a channels.conf with the DVB channel names
>> >
>> > ...where I have found out that these are not unique. In my channels.conf,
>> > some of them appear twice with different data. There are service numbers
>> > and stuff like that which seem to be more reliable.
>>
>> So we use service numbers or a list of possible names. E.g. both 'Das
>> Erste' and 'Das Erste RB' match on ard.de.
>
> I don't know exactly. There could be a problem with the "regionalprogramme" 
> which only differ at certain times. While these are running, "Das Erste" 
> and "Das Erste RB" might me something different.

Yes, that is true. There is one small difference every day. This is
something a global grabber does not know.

>> >> 2. A script should now scan the DVB names to get a guess where the DVB
>> >>listing comes from (Germany, UK, US, etc).
>> >
>> > Thinking DVB-T, this makes sense. With DVB-S it's a bit different...   My
>> > Astra 19.2E list contains Germany, UK, France, Luxemburg, Switzerland,
>> > Austria,...
>>
>> Right, that makes it more difficult and a script like yours may be
>> needed. In that case we need a list of lanuages the user can
>> understand.
> Yes, this is something my script can do. However, there is a slight problem. 
> E.g. "Arte" delivers two audio streams: a french one and a german one. You 
> can see this by...
>   scan -o pids ...
> You might also see that the french audio channel is listed before the german 
> one. This causes the normal channel.conf only to have the french one and 
> (because of this) mplayer only being able to play the french channel, while I 
> would like to hear the german one.

Like I wrote above: better record the whole channel. Soenke had the
problem once that the German audio pid suddenly changed to 'German for
blind' with someone talking in the background what you see. The normal
German audio channel was on a new pid. This sucks and can only be
avoided if we record everything and choose later.


Dischi

-- 
Don't play stupid with me - I'm better at it!


pgpM5M495RRgP.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2007-12-31 Thread Thorsten Pferdekämper
On Monday 31 December 2007 11:38, Dirk Meyer wrote:
> Thorsten Pferdekämper wrote:
> > My intention so far was only to collect the programs available and filter
> > the huge list of DVB services so I only need to check sensible ones
> > myself. "Sensible" for my case means only those with video stream, which
> > are running, not scrambled etc.
>
> OK, but maybe you have a working CAM. For Freevo 2.0 I want the tv
> code based on gstreamer and gstreamer has CAM support.

I have also had a look at gstreamer a while ago, but it seemed to be a huge 
amount of work to get that running with DVB-S etc.
So I am currently using my dvbd/dvbcat solution. I don't know if there is any 
CAM support. (My DVB hardware does not have it...)
Maybe we can integrate both solutions one day, so I can get rid of all my home 
grown stuff.

> > My idea for the EPG was using the program information which comes with
> > the DVB transmission itself (EIT data or something like that). I have
> > already succeeded to create some XMLTV from that, but I have not yet
> > written a script for a full grab.
>
> http://www.darkskiez.co.uk/index.php?page=tv_grab_dvb

Yes, I've tried that. ...but you need to care for the channel switch and the 
integration of the XMLTV files yourself. In addition, I'd like to integrate 
this with my dvbcat stuff. This way, I could run a grabber process all the 
time, even while watching or recording. 
>
> But the data sucks. You get far more details running xmltv.
Yes, there is not much. But I bleieve that one could build a nice plug and 
play solution with that data. The nxtvepg data I am currently using is not 
much better.
...in addition, I have not yet succeeded to get any other german xmltv grabber 
to produce anything sensible.

>
> >> 1. Create a channels.conf with the DVB channel names
> >
> > ...where I have found out that these are not unique. In my channels.conf,
> > some of them appear twice with different data. There are service numbers
> > and stuff like that which seem to be more reliable.
>
> So we use service numbers or a list of possible names. E.g. both 'Das
> Erste' and 'Das Erste RB' match on ard.de.

I don't know exactly. There could be a problem with the "regionalprogramme" 
which only differ at certain times. While these are running, "Das Erste" 
and "Das Erste RB" might me something different.

>
> >> 2. A script should now scan the DVB names to get a guess where the DVB
> >>listing comes from (Germany, UK, US, etc).
> >
> > Thinking DVB-T, this makes sense. With DVB-S it's a bit different...   My
> > Astra 19.2E list contains Germany, UK, France, Luxemburg, Switzerland,
> > Austria,...
>
> Right, that makes it more difficult and a script like yours may be
> needed. In that case we need a list of lanuages the user can
> understand.
Yes, this is something my script can do. However, there is a slight problem. 
E.g. "Arte" delivers two audio streams: a french one and a german one. You 
can see this by...
scan -o pids ...
You might also see that the french audio channel is listed before the german 
one. This causes the normal channel.conf only to have the french one and 
(because of this) mplayer only being able to play the french channel, while I 
would like to hear the german one.

>
> >> 3. Now the script uses dvbnames_Country to find a match for the
> >>names and gives you a list of possible XMLTV grabber for your DVB
> >>listing.
> >
> > Maybe it would be better just having a match from the name (or an other
> > key) the the grabber name (and the name of the grabber itself). I do not
> > really like the idea to have this by country.
>
> But maybe the same name is a different channel in a different country?
> IIRC there are many BBC channels around the world, can we seperate
> them?
There are some comments in the code of the scan utility which could help here. 
For DVB-S, the service-ids are usually quite reliable, at least while you 
stick to the same satellite. In addition, it might not be a big problem to 
store a sat-id.
I don't know for DVB-T and -C, however.

>
> >> 4. The script also configures the grabber that you only get the
> >>channels in the EPG you have.
> >>
> >> This requires (besides someone writing that script) that we need the
> >> mapping for all DVB names to all possible XMLTV names and information
> >> how to configure it.
> >
> > ...and maybe an information to help automatically skip those which only
> > show ads for sex hotlines.
> >
> :)
>
> Dischi

Thorsten

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


Re: [Freevo-users] DVB Channel Detection

2007-12-31 Thread Dirk Meyer
Thorsten Pferdekämper wrote:
> My intention so far was only to collect the programs available and filter the 
> huge list of DVB services so I only need to check sensible ones 
> myself. "Sensible" for my case means only those with video stream, which are 
> running, not scrambled etc.

OK, but maybe you have a working CAM. For Freevo 2.0 I want the tv
code based on gstreamer and gstreamer has CAM support.

> My idea for the EPG was using the program information which comes with the 
> DVB 
> transmission itself (EIT data or something like that). I have already 
> succeeded to create some XMLTV from that, but I have not yet written a script 
> for a full grab.

http://www.darkskiez.co.uk/index.php?page=tv_grab_dvb

But the data sucks. You get far more details running xmltv.

>> 1. Create a channels.conf with the DVB channel names
> ...where I have found out that these are not unique. In my channels.conf, 
> some 
> of them appear twice with different data. There are service numbers and stuff 
> like that which seem to be more reliable.

So we use service numbers or a list of possible names. E.g. both 'Das
Erste' and 'Das Erste RB' match on ard.de.

>> 2. A script should now scan the DVB names to get a guess where the DVB
>>listing comes from (Germany, UK, US, etc).
> Thinking DVB-T, this makes sense. With DVB-S it's a bit different...   My 
> Astra 19.2E list contains Germany, UK, France, Luxemburg, Switzerland, 
> Austria,...

Right, that makes it more difficult and a script like yours may be
needed. In that case we need a list of lanuages the user can
understand.

>> 3. Now the script uses dvbnames_Country to find a match for the
>>names and gives you a list of possible XMLTV grabber for your DVB
>>listing.
> Maybe it would be better just having a match from the name (or an other key) 
> the the grabber name (and the name of the grabber itself). I do not really 
> like the idea to have this by country.   

But maybe the same name is a different channel in a different country?
IIRC there are many BBC channels around the world, can we seperate
them?

>> 4. The script also configures the grabber that you only get the
>>channels in the EPG you have.
>>
>> This requires (besides someone writing that script) that we need the
>> mapping for all DVB names to all possible XMLTV names and information
>> how to configure it.
> ...and maybe an information to help automatically skip those which only show 
> ads for sex hotlines.

:)


Dischi

-- 
If you can't beat your computer at chess, try kickboxing.


pgpcepuhat6XJ.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVB Channel Detection

2007-12-31 Thread Thorsten Pferdekämper
On Monday 31 December 2007 10:06, Dirk Meyer wrote:
> Thorsten Pferdekämper wrote:
> > I believe that the most annoying part of the freevo config is the setting
> > of TV_CHANNELS in local_conf.py. There is some way to create the
> > statement using the XMLTV data, but this never really worked for me
> > because the XMLTV channel names (if present at all...) do not match the
> > tuner channel names. At least this is the case with my setup using DVB-S
> > and a (patched version of) nxtvepg as XMLTV provider.
>
> Yes, that suck. I have the same problem with DVB-T and epgdata.com or
> the tvtoday xml grabber.

epgdata.com? Is it really possible to get data from there? It did not look 
very "open".
Maybe I should try the tvtoday grabber. Currently, I still use nxtvepg which 
has the advantage that my box does not need to connect to the internet.

>
> > ...so I've thought about creating an own helper script to create the
> > TV_CHANNELS. I have attached the ("so far") outcome to this mail. It uses
> > the scan utility program (with which DVB users usually create their
> > channels.conf file) to detect the DVB channels, checks for already listed
> > channels in local_conf.py and creates a new TV_CHANNELS statement.
> > (Without inserting it in local_conf.py...)
>
> Without trying your solution, how can the script detect that ard.de
> (xmltv) is identical with 'Das Erste' (DVB)? 

It can not... 
My intention so far was only to collect the programs available and filter the 
huge list of DVB services so I only need to check sensible ones 
myself. "Sensible" for my case means only those with video stream, which are 
running, not scrambled etc.
My idea for the EPG was using the program information which comes with the DVB 
transmission itself (EIT data or something like that). I have already 
succeeded to create some XMLTV from that, but I have not yet written a script 
for a full grab.
This way, there would be no problem with matching the names. 

> I guess what we need is a 
> simple txt based database shiped with freevo:
>
> 1. Create a channels.conf with the DVB channel names
...where I have found out that these are not unique. In my channels.conf, some 
of them appear twice with different data. There are service numbers and stuff 
like that which seem to be more reliable.
>
> 2. A script should now scan the DVB names to get a guess where the DVB
>listing comes from (Germany, UK, US, etc).
Thinking DVB-T, this makes sense. With DVB-S it's a bit different...   My 
Astra 19.2E list contains Germany, UK, France, Luxemburg, Switzerland, 
Austria,...
>
> 3. Now the script uses dvbnames_Country to find a match for the
>names and gives you a list of possible XMLTV grabber for your DVB
>listing.
Maybe it would be better just having a match from the name (or an other key) 
the the grabber name (and the name of the grabber itself). I do not really 
like the idea to have this by country.   
>
> 4. The script also configures the grabber that you only get the
>channels in the EPG you have.
>
> This requires (besides someone writing that script) that we need the
> mapping for all DVB names to all possible XMLTV names and information
> how to configure it.
...and maybe an information to help automatically skip those which only show 
ads for sex hotlines.
>
> IMHO this is the only working solution
>
>
> Dischi

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


Re: [Freevo-users] DVB Channel Detection

2007-12-31 Thread Dirk Meyer
Thorsten Pferdekämper wrote:
> I believe that the most annoying part of the freevo config is the setting of 
> TV_CHANNELS in local_conf.py. There is some way to create the statement using 
> the XMLTV data, but this never really worked for me because the XMLTV channel 
> names (if present at all...) do not match the tuner channel names. 
> At least this is the case with my setup using DVB-S and a (patched version 
> of) 
> nxtvepg as XMLTV provider.

Yes, that suck. I have the same problem with DVB-T and epgdata.com or
the tvtoday xml grabber.

> ...so I've thought about creating an own helper script to create the 
> TV_CHANNELS. I have attached the ("so far") outcome to this mail. It uses the 
> scan utility program (with which DVB users usually create their channels.conf 
> file) to detect the DVB channels, checks for already listed channels in 
> local_conf.py and creates a new TV_CHANNELS statement. (Without inserting it 
> in local_conf.py...)

Without trying your solution, how can the script detect that ard.de
(xmltv) is identical with 'Das Erste' (DVB)? I guess what we need is a
simple txt based database shiped with freevo:

1. Create a channels.conf with the DVB channel names

2. A script should now scan the DVB names to get a guess where the DVB
   listing comes from (Germany, UK, US, etc).

3. Now the script uses dvbnames_Country to find a match for the
   names and gives you a list of possible XMLTV grabber for your DVB
   listing.

4. The script also configures the grabber that you only get the
   channels in the EPG you have.

This requires (besides someone writing that script) that we need the
mapping for all DVB names to all possible XMLTV names and information
how to configure it.

IMHO this is the only working solution


Dischi

-- 
When in doubt, do it.  It's much easier to apologize than to get permission.
-- Grace Murray Hopper


pgpcU6gE8HHBz.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] DVB Channel Detection

2007-12-30 Thread Thorsten Pferdekämper
Hi,

I believe that the most annoying part of the freevo config is the setting of 
TV_CHANNELS in local_conf.py. There is some way to create the statement using 
the XMLTV data, but this never really worked for me because the XMLTV channel 
names (if present at all...) do not match the tuner channel names. 
At least this is the case with my setup using DVB-S and a (patched version of) 
nxtvepg as XMLTV provider.

...so I've thought about creating an own helper script to create the 
TV_CHANNELS. I have attached the ("so far") outcome to this mail. It uses the 
scan utility program (with which DVB users usually create their channels.conf 
file) to detect the DVB channels, checks for already listed channels in 
local_conf.py and creates a new TV_CHANNELS statement. (Without inserting it 
in local_conf.py...)
It's far from being perfect, but maybe someone is interested. Here's a short 
howto:

Installation
===
Make sure that scan is installed and does something sensible.
Copy the script to the helpers directory of your freevo installation.
Check if the directories and file names set in the script are ok for you. 
Especially check the variables "scan", "initfilename" and "tmpdir".

Usage

Easiest way to run everything is using two steps.

1st step:
> freevo pfedvbchandetect langdetect
This will run the scan utility a few times (might need some time, sorry for 
that...) and produce the list of languages as an output.
Check the list of languages for those you are interested in. Make sure that 
you gather all variants of your language code. E.g. for german on Astra 
19.2E, this is "GER", "ger" and "deu".

2nd step:
> freevo pfedvbchandetect noscan languages=GER,ger,deu
...only with your desired language combination. You can also omit the 
languages option.
This will produce (much faster this time...) the new TV_CHANNELS command.

The new TV_CHANNEL command will consist out of the channels configured in 
local_conf.py before and (after them) all the new channels from the scan 
results. It only uses channels which are really running, are not scrambled, 
have a video pid (i.e. there is really a picture associated to them) and 
which contain one of the languages you've specified.
In addition, there will be a channels.conf in the temporary directory which 
can be used for mplayer (e.g.).

Regards,
Thorsten



 




 


pfedvbchandetect.py
Description: application/python
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users