-
Notifications
You must be signed in to change notification settings - Fork 536
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
Initiating calls from Chrome to OpenWebRTC can be unreliable #359
Comments
Could you be more specific about app and versions? It works fine for me On Fri, Apr 24, 2015 at 3:56 PM, Robert Swain notifications@github.com
|
Hmm. It works fine for @Rugvip too. It seems like I get audio through but not video right now. Chrome stable (42.0.2311.90 64-bit on OS X) and any OWR application. |
khan |
FWIW, I just did a clean build of OWR, and (I'm only testing video) Chrome <-> OWR works fine regardless of which one that initiates. |
it seems that the DTLS in OpenWebRTC is disabled defaultly,so how to enable it in using OpenWebRtc,please give a hand for that.thanks a lot |
DTLS is a requirement for WebRTC, it is not disabled by default. |
There are some problems with DTLS handshake. I have tried openwebrtc with the WebRTC gateway. Sometimes it succeeds only for audio channel. Sometimes it succeeds only for video channel. In some scenarios it succeeds all the time. OpenWebRTC does not responds to repeating dtls "hello" requests. Could you please let me know where to look at to track down this issue? |
I suppose gstdtlsagent.c/h in gst-plugins-bad should be a starting point. On Tue, Sep 8, 2015 at 12:24 PM, Marcin Sielski notifications@github.com
|
If the DTLS client is repeatedly sending HELLO requests, and the server isn't receiving them, then it is most likely a problem lower down in the stack, namely ICE. If the server receives the messages but fails to respond, then it's probably a DTLS issue. If you could take and upload a log of a failed call setup with a single media stream and GST_DEBUG=dtls:6 , I could have a look and see if it seems like a DTLS issue. |
Are there any updates for this issue? Maybe this bug is related to #510. |
When trying to initiate a call from Chrome to any OpenWebRTC client (including NativeDemo on iOS) does not succeed to set up the connection.
The text was updated successfully, but these errors were encountered: