[Live-devel] Crash in MPEG4/H264/H265 VideoFileServerMediaSubSession
Ross Finlayson
finlayson at live555.com
Mon Mar 17 01:15:08 PDT 2014
Robert,
Thanks for the note. You analysis seems correct.
The following change should prevent the crash:
In "H264VideoFileServerMediaSubsession.cpp", line 73, change
} else {
to
} else if (!fDoneFlag) {
(Ditto for "H265VideoFileServerMediaSubsession.cpp", etc.)
If - for whatever reason - that doesn't work, let me know. Otherwise 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/20140317/878070ab/attachment.html>
More information about the live-devel
mailing list