-
Notifications
You must be signed in to change notification settings - Fork 2
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
Basic interop with Chrome #241
Comments
Similar to #240, except with Chrome 38 and 40 at a bare minimum (37 and 39 would be nice). Not sure if there is an analogue for ESR here. |
Aspect ratio on video displayed in Chrome looks weird for apprtc. Will try other services. |
Looks fine on talky. |
Chrome interop on rtccopy.com is busted when Chrome is the offerer, but this is the case with current nightly as well. It seems that Chrome is offering to receive audio for some reason, and we mark the m-line inactive. Maybe this is confusing it. |
Sharefest.me works fine. Maybe rtccopy.com is doing something dumb with trickle. |
So Chrome was sending trickle candidates, but rtccopy.com was eating them for some reason (possibly because they're expecting at most one level or something?). rtccopy.com was eating all of our trickle candidates too (except for a single host candidate at level 0). Do not recommend using rtccopy.com for further testing. |
Ok, interop with Chrome release looks good, will test further once the dust settles. |
No description provided.
The text was updated successfully, but these errors were encountered: