WebRTC: Webcam/video stream support?

Hello! I'm new to the forum. I'm loving the GL.iNet Comet (GL-RM1).
Quick Question: With the latest version supporting WebRTC, do we see support for remote webcam/video stream just like we have for the microphone?

Thanks!
JC

Dear, our R&D team is working diligently for this purpose.

2 Likes

Thanks Aurora for confirm this!

JC

Is there any time frame for Webcam/Video Stream support? This feature will be very nice to have or include in the KVM Comet.

Maybe implement something like IP Webcam, DroidCam, Iriun Webcam with a server running on the comet to push the stream via USB to the client device for to show as a virtual camera.

WebRTC supports both audio and video. In this setup, I’m assuming the additional stream will function as a second video feed captured from the client’s browser. That feed would then need to be encoded (e.g., using H.264) and transmitted to the target system. On the target system, the received stream must appear as a virtual webcam device so that any application can access it as if it were a locally connected camera.