Alvaro Garriga wrote:
> Hi guys
> 
> I am having problems with the record server and PyLirc
> 
> I am using Ubuntu Gutsy. I have a PVR 350
> I followed the "new" instructions for Gutsy
> 
> About PyLirc
> I just a one line in main.XXXX.log saying the PyLirc failed to initialized
> 
> I can run python then import pylirc
> I get no errors
> Any other test with irw or ircat I get the expected response

What was the exact ircat command?
I should be:
ircat --config=/etc/freevo/lircrc freevo
You can change the path to lircrc in local_conf.py with:
LIRCRC = '/etc/freevo/lircrc'

> Any ideas ??
> 
> About the record server
> When I tried to schedule a manual record I get the following in the
> record server log
> 
> 2008-04-28 05:06:01,043 ERROR    v4l2.py (404): setinputbyname failed: 'tuner'
> 2008-04-28 05:06:01,044 INFO     v4l2.py (405): possible are: ['tuner
> 1', 'composite 2', 'composite 3', 'composite 1', 's-video 1', 's-video
> 2']
> 2008-04-28 05:06:01,045 CRITICAL ivtv_record.py (180): 'tuner'

What TV_SETTINGS say? IIRC these were used by some modules. But I don't 
think that this is the problem.

> Here is what I have in my local_config.py file
> 
> VIDEO_GROUPS = [
>       VideoGroup(vdev='/dev/video0',
>                adev=None,
>                input_type='tuner 1',
>                input_num=0,
>                tuner_norm='NTSC',
>                tuner_chanlist='us-cable',
>                desc='Tuner 1',
>                group_type='ivtv',
>                record_group=0)

IIRC the record_group should be set to None either left out, as None is 
the default.
                 record_group=None)

>       ]
> 
> TV_IVTV_OPTIONS = {
>      # 0: television, 1: s-video, 2: composite, 3: radio
>      'input'         : 0,
>      # 720x576: pal, 720x480: ntsc
>      'resolution'    :  '720x480',
>       # 0: 1x1, 1: 4x3, 2: 16x9, 3: 2.21x1
>      'aspect'        : 2,
>      'audio_bitmask' : 0xE9, # 0-33
>      'bframes'       : 3,
>      'bitrate_mode'  : 0, # 0: Variable, 1: Constant
>      'bitrate'       : 4000000,
>      'bitrate_peak'  : 9600000,
>      'dnr_mode'      : 3,
>      'dnr_spatial'   : 0,
>      'dnr_temporal'  : 0,
>      'dnr_type'      : 0,
>      'framerate'     : 0,
>      'framespergop'  : 12,
>      'gop_closure'   : 1,
>      'pulldown'      : 0,
>      'stream_type'   : 14,
> }

You possible don't need TV_IVTV_OPTIONS, if they are incorrect then it 
won't work. I'd comment them out until the recordserver is working.

HTH
Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to