On Tue, 24 Mar 2009, Duncan Webb wrote:
> The problem is that the record server was written to allow only one
> record plug-in. This means it is difficult to mix different types of card.
>
> One possibility to to record from the /dev/video32 (The raw video
> capture device) and use the generic record plug-in.
>
> If you are only using the PVR-350 for a composite connection then you
> can configure it with a v4l2-ctl --set-input=1 then you can use a
> TV_CHANNEL for this card. You need two VideoGroups one for the DVB card
> and one for the IVTV card. In TV_CHANNELS you use -1 for the video group.
>
> Another solution for DVB is to use the dvbstreamer.
>
> Duncan
Now trying
===============
VCR_CMD = ('/home/freevo/bin/record-%(group-type)s ' +
' "%(channel)s" "%(frequencyMHz)s" "%(seconds)s" "%(filename)s"')
TV_VIDEO_GROUPS = [
VideoGroup(
vdev='/dev/dvb/adapter0',
adev=None,
input_type='tuner',
input_num=1,
group_type = 'dvb',
record_group=0,
desc='DVB Viewer'),
VideoGroup(
desc='S-Video Input',
group_type='ivtv',
vdev='/dev/video0',
adev=None,
input_type='S-Video 1',
input_num=2,
tuner_type='external',
record_group=1
)
]
TV_CHANNELS = [
( 'sbshd.free.au', 'SBS HD' , 'SBS HD', '', 0 ),
( 'abchd.free.au' ,'ABC HD' , 'ABC HDTV', None, 0 ),
( 'abc1.free.au', 'ABC1' , 'ABC1', None, 0 ),
( 'abc2.free.au', 'ABC2', 'ABC2', None, 0 ),
( 'sbs.free.au', 'SBS', 'SBS', None, 0 ),
( 'sbsnews.free.au', 'SBS News', 'SBS World News', None, 0 ),
( 'win.free.au', 'WIN', 'WIN Griffith', None, 0 ),
( 'prime.free.au', 'Prime', 'Prime Griffith', None, 0 ),
( '', 'Video', 'None', 'None', '1'),
]
===================
which *almost* works
After recording cache/record.soon is not cleared.
I can watch TV, but the radio is prevented from working.
And with two lots of TV card input to the sound card I get some funny things.
I haven't decided where to start to looking for a solution to choppy sound.
--
There's always free cheese in a mousetrap.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users