Hi
We have setup the API in order to stream video using the WebRTC component.
We are successfully creating the session but there is no video feed.
We have tried Chrome and Firefox browsers.
Here is an excerpt from the debug log
Hi
We have setup the API in order to stream video using the WebRTC component.
We are successfully creating the session but there is no video feed.
We have tried Chrome and Firefox browsers.
Here is an excerpt from the debug log
One possible explanation is that WebRTC only supports cameras using H264. Please check if the camera is using H264. If the camera isn’t using H264 it explains the issue. Some camera can be configured to use different codecs, if the camera cannot be configured to use H264 it will unfortunately not work in WebRTC.
In the Management Client when you look at properties the Settings tab will (depending on camera make and model) have a Codec settings. If Settings contain multiple streams the Streams tab is where you setup which stream is used.