Quickblox video chat - Missing audio - quickblox

I have upgraded my Android app from Quickblox Version 2.6.0 to 3.3.0. I am now experiencing the issue of missing audio on my video calls. It seems to be an outbound issue, as I have tested the app in interaction with the old version. In the logs i can see following error:
E/libjingle: (stunport.cc:283): Jingle:Port[0xb850ea58:audio:1:0:local:Net[lo:127.0.0.0/8:Loopback]]: UDP send of 96 bytes failed with error 22
Has anybody experienced an similar issue?

Coming back to this issue I shamefully have to admit, that I was missing the proper permission in the AndroidManifest. :P
<uses-permission android:name="android.permission.RECORD_AUDIO" />
The communication now works as expected. But I still see the errors in the logs. Can anybody shine some light on why they are occuring? Is this only network related (and not preventable)?

Related

PubBub WebRTC Android Demo is Not Connecting from Android to Android

When I tried the demo app https://kevingleason.me/AndroidRTC/, it was working as expected.
But when I tried with two android devices, I can make a call and receive call, but they don't get connected. In both devices, its own camera feed is displayed with a text "Connecting...". I tried on both my home Wifi and mobile data 3G. There is no error that I can find in log.
Could anyone help me to resolve the issue please. What is that I am missing here?
I am using the latest code from https://github.com/GleasonK/AndroidRTC which already has the Xirsys ICE servers configured. But I noticed that the Xirsys ICE servers is not added in the below line from VideoChatActivity.java, so I also tried adding that servers into the PnSignalingParams' constructor, but still facing the same Connecting message only.
List<PeerConnection.IceServer> servers = getXirSysIceServers();
if (!servers.isEmpty()) {
this.pnRTCClient.setSignalParams(new PnSignalingParams(servers));
}
I have fixed the issue. It was little tricky. If you see the log, it will show you that the application always execute createOffer method. So both client A and client B will send an offer in same time. You can fix that issue by giving some condition so if the client A give an offer, and the client B will response by give an answer.
To see if any error occurs you can use method onCreateFailure(String s) and onSetFailure(String s) in PnPeer.java.
Hope this will help.

OpenTok WebRTC - The video stream failed to connect error

Condition:
1. Two users use Chrome (latest version) on Mac
2. One-to-one video conference
Problem - sometimes (~ ones in 5-6 calls) video window shows the error - The video stream failed to connect. Please notify the site owner. It can be on the beggining, or after several minutes spent on call.
Where can be the issue?
If any addition info needed i will provide in the post.
Thanks
If I understand correctly, one in 5-6 calls results in "Video stream failed to connect error". This is most likely a firewall or router configuration issue.
If you are video chatting with different people and you are sometimes getting a "video stream failed to connect error", the person you are chatting with probably has a firewall or configuration issue.
If you are testing with yourself and sometimes getting that error, you might have firewall or configuration issues.
To verify that you firewall is configured correctly, try running this diagnostic tool.
If you would like to see when your users are experiencing this error and would like to educate them on the diagnostic tool or what the possible causes are, you can listen to exception events (#1013 in your case)
Disclaimer: I work at TokBox.
Good Luck!

iTunes Connect Mobile Error 206

I've searched a lot for this but I couldn't find the right answer.
I want to log in on the iTunes Connect Mobile app, but if I try to log in to the app, there comes an alert which says:
"Authentication Error"
"No data found for your request (206)"
I really have to use the app, but this error blocks me. Is there a solution?
Is it a bug in iTC mobile or is my account the problem??
It happened with me also, then realized Apple is doing a maintenance upgrade so no data is available to end users during that time.

GCM does dot work with GPRS but works fine with WIFI?

I have searched for the solution but i did not get any solution for the above problem. Please let me know if anybody knows why this happens with gcm. I have implemented gcm as per the google doc it works fine when I ran using wifi but it fails(device will not register on server and force close error occurs on app side) when I try to run using gprs.
Please help. I am stucked with this.
Please refer to the link http://www.youtube.com/watch?v=YoaP6hcDctM there it was answer to one of the question that it will work with wifi only

Android : c2md implementation

I am implementing the c2md, in phone android 2.2,
I have follow the all the steps from http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html
and use the php code from C2DM implementation PHP code ,i get response id=0:1323075593128502%2fd4838f00000031 but i can not get the notification of phone.also i have try with command prompt.
Does anyone idea where i have made the mistake.
Also register the account on google.
Firewall issue, probably? Try when the device is on 3G, as opposed to WiFi.