Ahh... I looked at this code again, and you're right - there is a bug. In the "createNew()" function, replace
        delete newSink;
with
        Medium::close(newSink);

This should be done for both "AVIFileSink" and "QuickTimeFileSink".

This will be fixed in the next release of the software.


        Ross Finlayson
        Live Networks, Inc. (LIVE555.COM)
        <http://www.live555.com/>

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to