We have confirmed that the WebRTC JavaScript client (https://github.com/milestonesys/mipsdk-samples-protocol/tree/main/WebRTC_JavaScript) can stream live and playback video from IP cameras. Based on that, we would like to ask the following:
Is it possible to create an RTCDataChannel using the standard WebRTC API in XProtect WebRTC?
Our goal is to send data — obtained by receiving and analyzing the video stream from the IP camera through a separate route — to the browser that receives the video via WebRTC, using a DataChannel.
We are aware that RTCDataChannel is used for sending and receiving PTZ commands.
Best Regards