Hi Friends,

I'm trying to schedule a record also from composite like normal tuner

I can correctly see from composite and tuner using video groups

VIDEO_GROUPS = [
     VideoGroup(vdev=TV_DEVICE,
                adev=AUDIO_DEVICE,
                input_type='tuner',
                tuner_norm=CONF.tv,
                input_num=0,
                tuner_chanlist=CONF.chanlist,
                desc='Tuner',
                recordable=True),
     VideoGroup(vdev=TV_DEVICE,
                adev=AUDIO_DEVICE,
                input_type='composite',
                tuner_norm=CONF.tv,
                input_num=1,
                tuner_chanlist=CONF.chanlist,
                desc='Composite',
                recordable=True),
     VideoGroup(vdev=TV_DEVICE,
                adev=AUDIO_DEVICE,
                input_type='Svideo',
                tuner_norm=CONF.tv,
                input_num=2,
                tuner_chanlist=CONF.chanlist,
                desc='Svideo',
                recordable=True),
 ]


and this channel settings

TV_CHANNELS = [
('composite','Composite Input','3', '', 1),
('svideo','S-video Input','4', '', 2),
('www.raiuno.rai.it', 'raiuno', 'E'),
('www.raidue.rai.it', 'raidue', '34'),
('www.raitre.rai.it', 'raitre', '68'),
('www.rete4.com','rete4','Rete 4'),
('www.canale5.com','canale5','Canale 5'),
('www.italia1.com','italia1','Italia 1'),
('www.la7.it','la7','LA7'),
('www.reteallmusic.it','reteA','Rete A'),
('video33','video33','33'),
('sportitalia','sportitalia','SportItalia')]


When I schedule a record for the composite channel, mencoder record
using as source the tuner... Is there any way to permit to record both
from tuner and composite using recordserver?

Thank you
-- 
Claudio <[EMAIL PROTECTED]>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to