On 13/02/2010 12:19, Paul Sijben wrote:
I have attached my patched freevo 1.9 files to enable recording multiple channels in parallel. The code has been tested for a while and seems to be running fine. Could other people please test it before I suggest these patches for inclusion in the next version of Freevo?

the changed files are:

    * helpers/recordserver.py
    * tv/channels.py
    * tv/plugins/ivtv_record.py

Similar changes need to be made to generic record but I guess that is better to be done by someone who actually uses that plugin. The VIDEO_GROUP I use as follows (slightly different from the standard use!)

VIDEO_GROUPS = [
  VideoGroup(vdev="/dev/video1",
      adev=None,
      input_type='tuner 1',
#      input_num=0,
      tuner_norm=CONF.tv,
      tuner_chanlist=CONF.chanlist,
      desc='Cable',
      group_type='ivtv',
        record_group=None),
 VideoGroup(vdev="/dev/video0",
      adev=None,
      input_type='tuner 1',
#      input_num=0,
      tuner_norm=CONF.tv,
      tuner_chanlist=CONF.chanlist,
      desc='Cable',
      group_type='ivtv',
        record_group=None)
   ]

Please provide feedback!

Paul
Hi Paul,

Thanks for your work on this. I haven't got my freevo box up and running at the moment but as soon as it's back in action I'll apply your patches and test them.

Just to be clear you're saying these patches haven't been tested with the generic record plugin, they may or may not work, they need to be tested? Should they currently work with ivtv or dvb or both?

Thanks,

John
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to