Hi,
I am currently testing the playback webRTC in firefox and the playback is rarely successful like once in 10 times.
So I check the Wowza access logs and find this may make the playback success or a failure.
:When it is successful
WebRTCDTLSServer.notifySecureRenegotiation: true
WebRTCDTLSServer.notifyHandshakeComplete for session:
WebRTCDTLSHandlerThread.accept finish for session:
:When it is a failure
WebRTCDTLSServer.notifySecureRenegotiation: true
WebSocketSession.destroy76997429: source:client status:-1 description:Unknown
So I think the playback is a failure because the WebRTCDTLS handshake is a failure.
However, I can’t fix the problem by myself, so could you help me if possible?
I publish the stream from OBS and playback it in firefox.
I configured the Wowza config as
<IceCandidateIpAddresses>
[wse-host-public-ip],tcp,1935|[wse-host-public-ip],udp
</IceCandidateIpAddresses>
When I playback it in chrome, it is always successful.
I don’t know why it is a failure when it comes to firefox.