[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jul 5 23:50:04 EDT 2004


----------------------------------------------------------------------------
Changes committed by cpinkham on Tue Jul  6 03:46:12 2004

Modified Files:
   in mythtv/libs/libmythtv:
        RingBuffer.cpp RingBuffer.h tv_rec.cpp 
Log Message:


* Turn minimum write size OFF in ThreadedFileWriter for LiveTV.  This
    is to make sure we don't introduce any more delay into things like
    channel changing, etc..

* Bump default minimum write size in ThreadedFileWriter up to 256 KiloBytes
    since it's only used during recording now not during LiveTV.

* Set ThreadedFileWriter write buffer size to 4 MegaBytes for HDTV
    recordings so the buffer can hold at least 2 seconds of video.  This
    should help in high bitrate cases where users are seeing occasional
    IOBOUND errors from Myth.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list