You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Broadcaster: Google Chrome
Working Receiver Browser: Chrome
Not Working Receiver Browser: Firefox, Safari, Chrome(Android)
Broadcaster: FireFox
Working Receiver Browser: none
Not Working Receiver Browser: Firefox, Safari, Chrome, Chrome(Android)
Broadcast: Safari
Working Receiver Browser: Chrome
Not Working Receiver Browser: Firefox, Safari, Chrome(Android)
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:
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: