Hello Ross,
Which specific piece of the code that implements the
“setupDatagramSocket()” function (lines 96 to 175 of
“groupsock/GroupsockHelper.cpp” is failing, and why. Remember, You Have
Complete Source Code.
I got the line which was causing the issue actually it is not the line it
is
1. Case Description.
Leaks occur when requesting the same rtsp token at the same time.
(The same rtsp token means the same url.)
2. Modification code.
original code.
void OnDemandServerMediaSubsession
::setSDPLinesFromRTPSink(RTPSink* rtpSink, FramedSource* inputSource,
unsigned estBitrate) {
..