[mythtv-commits] mythtv commit: r7447 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Oct 11 06:29:28 UTC 2005


      Author: cpinkham
        Date: 2005-10-11 06:29:28 +0000 (Tue, 11 Oct 2005)
New Revision: 7447
   Changeset: http://cvs.mythtv.org/trac/changeset/7447

Modified:

   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

Check for NULL channel in a couple more places inside TVRec in order to
get the videodevice = "file:/directory/path/to/filename.mpg" functionality
working again.

Explanation below for those who don't know what I mean by that...  :)

The "file:" test code allows you to create a dummy MPEG capturecard by
setting the videodevice for a MPEG capturecard to be something like
"file:/the/full/path/to/some/mpeg2/file/you/have.mpg".  The mpegrecorder
will "record" from this file at approximately 30fps.  This works for
testing recordings as well as LiveTV although neither can change channels
obviously.  This is useful for testing on machines without tuner cards
or to simulate multiple tuners on a single-tuner system.






More information about the mythtv-commits mailing list