[Live-devel] Crash for Http live Streaming
Ross Finlayson
finlayson at live555.com
Fri Jun 15 11:33:17 PDT 2012
Daniel,
I think I have a solution.
At the end of "RTSPServerSupportingHTTPStreaming.cpp", in the "afterStreaming()" function, replace the statement
delete clientSession;
with:
if (clientSession->fRecursionCount > 0) {
clientSession->fSessionIsActive = False;
} else {
delete clientSession;
}
Please let us know if this now works OK for you. (If so, I'll include it in the next release of the software.)
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/20120615/26b32f7c/attachment.html>
More information about the live-devel
mailing list