[mythtv-commits] mythtv commit: r27415 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Dec 2 08:59:35 UTC 2010


      Author: markk
        Date: 2010-12-02 08:59:35 +0000 (Thu, 02 Dec 2010)
New Revision: 27415
   Changeset: http://svn.mythtv.org/trac/changeset/27415

Log:

Add a new StreamingRingBuffer class.

This is a new RingBuffer subclass that utilises ffmpeg's internal
streaming functionality to handle network file transfers using various
standards.

Only http is currently detected though others such as rtp, rtmp, udp etc
should in theory work - but I had no success in testing.

http seems to work without issue (but don't expect any seeking) either
via direct download or 'streamed'.

To test, try mythavtest http://myserver/myfile


Added:

   trunk/mythtv/libs/libmythtv/streamingringbuffer.cpp
   trunk/mythtv/libs/libmythtv/streamingringbuffer.h

Modified:

   trunk/mythtv/libs/libmythtv/libmythtv.pro
   trunk/mythtv/libs/libmythtv/ringbuffer.cpp




More information about the mythtv-commits mailing list