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

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'

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)
       ]

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,
}


the device inputs gives me this
Driver Info:
       Driver name   : ivtv
       Card type     : Hauppauge WinTV PVR-350
       Bus info      : 0000:00:08.0
       Driver version: 65536
       Capabilities  : 0x010702F3
               Video Capture
               Video Output
               Video Output Overlay
               VBI Capture
               VBI Output
               Sliced VBI Capture
               Sliced VBI Output
               Tuner
               Audio
               Radio
               Read/Write

the device --list gives me the following

ioctl: VIDIOC_ENUMINPUT
       Input   : 0
       Name    : Tuner 1
       Type    : 0x00000001
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000001000 ( NTSC )
       Status  : 0

       Input   : 1
       Name    : S-Video 1
       Type    : 0x00000002
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
       Status  : 0

       Input   : 2
       Name    : Composite 1
       Type    : 0x00000002
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
       Status  : 0

       Input   : 3
       Name    : S-Video 2
       Type    : 0x00000002
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
       Status  : 0

       Input   : 4
       Name    : Composite 2
       Type    : 0x00000002
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
       Status  : 0

       Input   : 5
       Name    : Composite 3
       Type    : 0x00000002
       Audioset: 0x00000007
       Tuner   : 0x00000000
       Standard: 0x0000000000FFFFFF ( PAL NTSC SECAM )
       Status  : 0

Any ideas on what is going on?

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

Reply via email to