Re: [Live-devel] Socket creation issue with android-ndk-r15c and above.

2018-02-25 Thread Kuldeep More
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

[Live-devel] Memory Leak Occurs.

2018-02-25 Thread 변규석
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) { ..