Can DataChannel be used with XProtect WebRTC?

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

No, this is not possible.

I will show this question to Milestone Product Management so that they can evaluate this as an idea for future enhancement.

Thank you for your response.

By using WebRTC’s DataChannel, it becomes possible to send and receive real-time data with low latency, separate from audio and video streams, and to transmit custom data.

This enables the development of highly flexible applications.

I look forward to your support in implementing this in the future.

Best Regards