-
Notifications
You must be signed in to change notification settings - Fork 119
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
RTCP Compatibility for Safari, Firefox and Chrome #66
Comments
Also I get this issue on server end if I try to connect using Firefox and Safari.
|
Hey there, I am working on RTCP broadcast (Broadcast demo) and I have come around some observations about compatibility for Chrome, Firefox and Safari. The demo works well on all browsers (Safari, Chrome and Firefox) when it comes to broadcasting. But there are few issues while connecting to broadcast session.
Below are the test results:
I am not sure what could be the exact reason but it looks like there is something to do with the SDP capabilities on server end.
Also on Safari while connecting to broadcast, the console throws below error:
OperationError: Failed to set local offer sdp: max-bundle is used but no bundle group found.
I tried changing max-bundle to max-compat and balanced, but does not work.
When I look at RTCP compatibility, all devices support the API as per the MDN documentation and I tried few p2p webRTC examples too. RTCPMulticonnection by Muaz Khan also worked on all devices.
Finally, my question is, does media server go support all platforms for RTCP connection?
The text was updated successfully, but these errors were encountered: