But closing and re-opening the RTSP stream will create a gap between the files.

Anyhow, I just tested your suggestion and unfortunately it doesn't solve my
problem of having the start of file not being aligned on a KeyFrame.
In other words the video remains still until it finds a full frame to refresh and
from there on it starts playing properly.

Is there any options I haven't seen to fix this using the library 'as is' ?

Regards

On Tuesday, 20 August 2013 5:18:07 PM, Ross Finlayson wrote:
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/



_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to