-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Some Conectivity errors in chrome #288
Comments
I have seen some interop issues between chrome and firefox recently -- is the ice connection in 'connected' or 'completed' state (see http://simplewebrtc.com/notsosimple.html#connstates)? |
Hello Guys! Is there some update about this issue? I have a client asking about this problem and they want to know when it will be fixed, but i don't know how the way to fix that. Thanks, |
you'll need to file a bug with one of the browser vendors and then, if something is fixed, wait for a couple of months (sic) until the fix bubbled to the stable version. Not much one can do from JS here. |
This might be related to https://code.google.com/p/chromium/issues/detail?id=515701 which has been fixed yesterday. |
Thanks for help fippo! I will take a look on that! Have a nice weekend! |
Hello fippo, I created a new issue on chrome suport. If you wanna keep up with the discussion the link is https://code.google.com/p/webrtc/issues/detail?id=5040 Thanks, |
@edvardenz: already commented there. You seem to be doing something odd however, even though what I said there explains the behaviour (and chrome is not behaving correctly imo) |
Woww it was you.... 😄 I'm checking my code according of you commented there... Thanks for all the help! |
@edvardenz let's continue the discussion here even though I think there is a chrome bug involved. |
in the meantime, since you're attaching an audio-only stream in the webrtc-internals dump, if you want to just have audio I'd recommend setting the media options as shown in https://github.com/andyet/SimpleWebRTC/blob/gh-pages/audio.js#L178-L187 |
ok, I managed to reproduce this. Will file a firefox bug, it's misbehaving. |
Hello fippo, This is the dump from about:webrtc with my configurations:
And this is the dump from about:webrtc after applied the settings you recommended to me:
I hope this could help you and me! Thanks for help! |
After change the settings for these you recommended to me, audio did not work in both sides. I just stop de video when webrtc is ready because the project will start only with audio, but user can activate the video at any time. |
btw, I'd recommend turning off some things that might affect this: |
Nothing, same errors happened. 😨 Thanks, |
I think getting them chrome debug logs as described in http://www.webrtc.org/web-apis/chrome (Native WebRTC logging in Chrome) would help. I still can't reproduce the "no audio" part :-( |
Hello Guys,
I have some issue when I use SimpleWebRTC in Chrome. When i connect from Firefox to Firefox, it works fine! But when I use Chrome to Firefox or Chrome to Chrome sometimes the audio doesn't work (both or one side can't hear the other person), sometimes the camera doesn't work (video didn't been showed to another side), always have some issue ....
Please someone could help me to fix this issue. I have the dump from chrome:://webrtc-internals if it helps I can send it to your guys.
I actually use XirSys to STUN and TURN server.
Thanks,
Best Regards!
The text was updated successfully, but these errors were encountered: