On Sun, 22 Mar 2009, Elizabeth Dodd wrote:
> I've got dvb-t tv running, and now i'm experimenting with the input on the
> old Hauppauge350
> so i can run it into S-Video and line in
> and watch stuff off the (ancient) VHS recorder / player
>
> so how will i integrate this into freevo?

I've been looking at this
http://doc.freevo.org/MultiRecordingCard
and I made some changes to my TV_VIDEO_GROUPS 
(here commented out)
What then happened was the next recording was made from the ivtv card, not the 
dvb-t 
so has anyone any ideas on how to fix this?

=====================
VCR_CMD = CONF.mplayer 
+ ' -dumpstream -dumpfile %(filename)s "dvb://%(channel)s"'
TV_RECORD_FILE_SUFFIX = '.ts'

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( # ivtv device, group 0
   # desc='PVR-350 linked to VCR',
   # group_type='ivtv',
   # vdev='/dev/video0',
   # vvbi='/dev/vbi0',
   # adev=None,
   # input_type='Tuner 1',
   # input_num=1,
   # tuner_norm="PAL",
   # tuner_chanlist='australia',
    #tuner_type='external',
    #record_group=None
    #)

]
==================

-- 
Individualists unite!

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

Reply via email to