[Live-devel] openRTSP crash with -P
Ross Finlayson
finlayson at live555.com
Tue Mar 25 02:35:28 PDT 2014
Martijn,
Thanks for the report. The following change to the code should prevent the problem:
In "QuickTimeFileSink.cpp", line 321, change
subsession->readSource()->stopGettingFrames();
to
if (subsession->readSource() != NULL) subsession->readSource()->stopGettingFrames();
I'll make this change 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/20140325/29a2bd9b/attachment.html>
More information about the live-devel
mailing list