Live data from Hacker News

Pi-KVM: easy and cheap DIY KVM over IP with mouse, virtual drive, VNC and IPMI

reddit.com

1–6 of 6 posts

Re: Pi-KVM: easy and cheap DIY KVM over IP with mouse, virtual drive, VNC and IPMI

#4
post #3

Another similar Pi-based KVM is TinyPilot: https://mtlynch.io/tinypilot/ The author was able to use the MJPEG output of the USB HDMI capture devices to get low latency video.

According to the blog post, TinyPilot also uses µStreamer (from this Pi-KVM project) to achieve its low latency. The initial revision of TInyPilot couldn't get low enough latency using the HDMI over IP extender otherwise.

https://github.com/pikvm/ustreamer

Re: Pi-KVM: easy and cheap DIY KVM over IP with mouse, virtual drive, VNC and IPMI

#5
post #3

Another similar Pi-based KVM is TinyPilot: https://mtlynch.io/tinypilot/ The author was able to use the MJPEG output of the USB HDMI capture devices to get low latency video.

I am the original author of the software that helped TinyPilot achieve this (MJPEG uStreamer) and I wrote it specifically for Pi-KVM :)