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

2018-02-26 Thread Kuldeep More
Hi Ross, Any update on this ? Thanks and Regards, Kuldeep more On Mon, Feb 26, 2018 at 1:15 PM, Kuldeep More < kuldeep.m...@intelli-vision.com> wrote: > Hello Ross, > > Which specific piece of the code that implements the > “setupDatagramSocket()” function (lines 96 to 175 of > “groups

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

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

2018-02-23 Thread Ross Finlayson
> On Feb 23, 2018, at 10:36 PM, Kuldeep More > wrote: > > Hello Ross, > > Why is your call to “setupDatagramSocket()” failing? > > Now I have added some extra logs in “setupDatagramSocket()”. > From the logs socket error number I am getting is 92 and error string is > Protocol not available

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

2018-02-23 Thread Kuldeep More
Hello Ross, Why is your call to “setupDatagramSocket()” failing? Now I have added some extra logs in “setupDatagramSocket()”. >From the logs socket error number I am getting is *92* and error string is *Protocol not available.* Also found that on some devices it is working fine. But on some devic

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

2018-02-23 Thread Ross Finlayson
> So my observation is that setupDatagramSocket returning -1 means socket > creation is failing. Why is your call to “setupDatagramSocket()” failing? Remember, You Have Complete Source Code. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

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

2018-02-22 Thread Kuldeep More
Hello , I am using Live555 to get the stream from IP camera in native C/C++ code. Using that stream to show in android application. Till now we are using android-ndk-r10e to build the native and Live555 code. Recently I have decided to use the android-ndk-r15c to keep up to date to support latest