Page 1 of 1

LuckFox KVM Video Stream Extraction

Posted: 2025-11-24 15:02
by bucket1123
Hi,

I would like to purchase these to use as H.264 video streamers. Is there a way to set them up to permanently UDP stream video to an IP address and port number?

Re: LuckFox KVM Video Stream Extraction

Posted: 2025-12-03 10:19
by Crocodile
Hello, Our firmware only supports transmitting video streams via WebRTC by default.
If you want to achieve this functionality, you will need to rewrite your application to capture the video stream from /dev/video0, encode it, and then transmit it to the specified IP address.

Re: LuckFox KVM Video Stream Extraction

Posted: 2026-02-10 10:05
by binomous
Does the current software support multiple concurrent viewers? Like two users want to view picokvm simultaneously?

Re: LuckFox KVM Video Stream Extraction

Posted: 2026-02-10 10:22
by Crocodile
Multiple concurrent viewers are not supported. When opening multiple pages, a prompt will be displayed indicating that only one can be retained. This is not only a limitation of WebRTC P2P, but also prevents conflicts in control commands from multiple control ends.