[Live-devel] Open RTSP and video file splitting...

Ross Finlayson finlayson at live555.com
Tue Aug 20 08:18:07 PDT 2013


Rather than modifying the supplied library code - which is unlikely to get you any support on this mailing list - why not instead keep the code 'as is', but instead use a separate "QuickTimeFileSink" object for each segment of the stream.

I.e., every 30 seconds do:

Medium::close(mySinkObject);
mySinkObject = QuickTimeFileSink::createNew( ... );
mySinkObject->startPlaying(theSameSourceAsBefore, ... );


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130820/3ff3db0a/attachment.html>


More information about the live-devel mailing list