-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App not workign with given server ? #46
Comments
Do you have any logs ? Could you compile a Debug version of libWebRTC and paste logs ? |
@Halftasoeur Thanks for reply, Here is the dropbox link of log generated using (https://apprtc.appspot.com) server Here is the dropbox link of log generated using custom server |
When you use your custom server, it seems that you don't have SDP with type "answer", maybe you built your server to do so, if not, it could be that. Try to build a debug libWebrtc check this repo : https://github.com/pristineio/webrtc-build-scripts |
We found different response from the servers that's by we are getting issue :- |
Yes, I see the same issue. When connecting iPhone to iPhone the sdp offer message has invalid Json format. Connections between iPhone and browsers work perfectly. |
@alex5600, @rakesh-ideal i am facing same problem. I am able to init call between android to android but Android to ios doesn't work. Did you find any solution? |
I had same issue. I've already setup rtc node server on local. Client 2 connect to same room how can i do with this problems? |
I am facing invalid json issue while trying to set up call from iOS to iOS using our local server. Please guide me to resolve this issue. |
I am wondering, we deployed https://github.com/ISBX/apprtc-node-server NODE SERVER not the python one, and its working fine once when run in browser, but when I connect android app downloaded from https://github.com/njovy/AppRTCDemo app connects with RTC server ( as shown in logs of server POST /r/myroom89 404 72.171 ms - 1247) but response as above mentioned. Is it the case we need to deploy Python based web-rtc server or this NODEJS server will facilitate this android app. please suggest. |
i have created server for apprtc . i was able to call by andriod device but facing problem with ios device. any suggestion ? |
Do you have logs or anything in order to help you ? |
thanks to reply...
|
Using demo server: https://apprtc.appspot.com :-
Everything is working fine in my both Android and iOS app,
Using the server https://github.com/ISBX/apprtc-node-server (We set-up this server on our local) :-
Working fine only in Android app, Not in iOS app ?
But in iOS app:
**1. Creating room from iOS and joining with iOS is not working ?
The text was updated successfully, but these errors were encountered: