Justin Wetherell wrote: > Is there issues right now with rel-1.6? I'm getting this when use todays SVN: > ------------------------------------------------------------------------------- > Freevo (1.6.0) start at Thu Oct 19 14:34:38 2006 > ------------------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/src/freevo-1.6/freevo/src/main.py", line 78, in ? > import config > File "/usr/local/src/freevo-1.6/freevo/src/config.py", line 431, in ? > execfile(os.environ['FREEVO_CONFIG'], globals(), locals()) > File "/usr/local/src/freevo-1.6/freevo/freevo_config.py", line 99, in ? > import plugin > File "/usr/local/src/freevo-1.6/freevo/src/plugin.py", line 38, in ? > import rc > File "/usr/local/src/freevo-1.6/freevo/src/rc.py", line 39, in ? > import evdev > File "/usr/local/src/freevo-1.6/freevo/src/evdev.py", line 320, in ? > parse_input_h("/usr/include/linux/input.h") > File "/usr/local/src/freevo-1.6/freevo/src/evdev.py", line 87, in > parse_input_h > raise Exception("Invalid type: %s" % m.group("type")) > Exception: Invalid type: INPUT
It's nothing to do with VideoGroups but the Linux event driver support. Have you set up EVENT_DEVS or something related. > > The only thing i've changed is: > VIDEO_GROUPS = [ > VideoGroup(vdev='/dev/video0', > adev=None, > input_type='tuner', > input_num=0, > tuner_norm='NTSC', > tuner_chanlist='us-cable', > desc='Cable', > group_type='ivtv', > record_group=1), > VideoGroup(vdev='/dev/video0', > adev=None, > input_type='tuner', > input_num=0, > tuner_norm='NTSC', > tuner_chanlist='us-cable', > desc='Cable', > group_type='ivtv', > record_group=None), > VideoGroup(vdev='/dev/video0', > adev=None, > input_type='composite', > input_num=1, > tuner_norm='NTSC', > tuner_chanlist='us-cable', > desc='Cable', > group_type='ivtv', > record_group=2), > VideoGroup(vdev='/dev/video0', > adev=None, > input_type='composite', > input_num=1, > tuner_norm='NTSC', > tuner_chanlist='us-cable', > desc='Cable', > group_type='ivtv', > record_group=None) > ] Do you really have four TV tuners? You need to change the vdev to the correct devices. But you've got the idea of record_group. Duncan ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel