Dear Ross Finlayson,
Sorry for many emails and thanks for your reply.
I want to report another memory leak bug in the AC3AudioStreamFramer.
In liveMedia/AC3AudioStreamFramer.cpp:306, fSavedFrame pointer is assigned to a
new allocated heap memory. There are two delete[] operations to free this
Dear Ross Finlayson,
There may be an assertion violation bug.
When sending multiple SETUP and PLAY commands, the live555 may violate this
assertion: liveMedia/FramedSource.cpp:65
Then it outputs "FramedSource[0x61000440]::getNextFrame(): attempting to
read more than once at the same time!"