Closed vikramdattu closed 4 weeks ago
Hi Vikram, it looks like that WebRTC function is not supported by Firefox: [source]
Are you able to test on a different browser?
On Chrome at least, I am able to run it. Even if I get above error, I can see bitrate in Firefox and the other client sending the data. But Firefox is not decoding and displaying the same. Even if the above error is seen and the above API is not implemented, you please confirm if Firefox indeed is not supported with KVS WebRTC?
Firefox is supported by KVS WebRTC. This error will not affect functionality as the unsupported function is only used to log selected ice candidate information. I am able to stream to a Firefox viewer using our WebRTC-C SDK master sample. However, I am not able to reproduce the [ERROR] TypeError: rttCurrent is undefined
error and will further investigate what could be the cause.
Are you able to test using a master from any of our provided samples such as WebRTC-C or the JS Test Page? Preferrably running on a separate devices from the one running this JS Viewer.
Closing due to 1 month no response.
I can see following errors when I use Firefox Mac (127.0.2 (64-bit)) for viewer only streaming from my client.
SDP offer from Firefox:
Response received from my client:
Also, I am not able to see Firefox decoding the H264 video.
Any ideas what could be wrong?