My application is to stream IP Live Cameras up to 64 mosaic on the client.
It works marvelous fine on Chrome but in Firefox, it simply fail about 15% of attempts.
All my tests are on local network and one thing I notice is lack of one line on the server log.
On Chrome it always shows the follows (it never failed):
INFO server comment - WebRTCRTPHandler.bind: port:3
INFO server comment - WebRTCRTPHandler.bind: port:4
INFO server comment - WebRTCDTLSHandlerThread.run: Handshake complete
On Firefox, some times it didn’t shown the lines above and when this happens, it came to a ICE Failed on the client console.
Can you help me? It some bug on the DTLS Handshake on Firefox or Wowza WebRTC Preview implementation?
Appreciate any help cause I intend to use this in production level (it is taking too long for WebRTC to exit preview level and since it work perfectly in Google Chrome I will take the risk)
PS: I own 5 perpectual licenses of wowza stream engine.