this post was submitted on 15 Nov 2023
1 points (100.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

I know about KVM IP extenders but that's not what I'm looking for. Proxmox captures the output of any VM and LXC and lets you view them in a web browser. Likewise I'd like to digitize the HDMI output from the Proxmox server box and make it viewable in a browser or app on any device on the LAN.

Does such a thing exist?

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago (2 children)

you'd have to use a video capture unit such as used by game streamers etc.

But what are you trying to achieve?

Unless there's some of sort of repeating error there's not going to be anything displayed the console. It will simply sit at the login prompt with the MOTD telling you where access the webgui.

There won't be any output from any of the VMs or LXCs

Otherwise you might as well have a SSH shell open.

[–] [email protected] 1 points 10 months ago

some of sort of repeating error

That's exactly why I want to do this. I've had some issues and want to be able to check for errors at will from any PC on the LAN and also when not at home.

[–] [email protected] 1 points 10 months ago (1 children)

You could do something like an LK373 transmitter (preferably a v3) - it's normally part of an "HDMI over Ethernet extender" transmitter/receiver pair, but all it really does is capture HDMI and output it to the network as an RTSP stream that you can view with ffmpeg or VLC (no need for the Receiver). They're about $45 on AliExpress.

(I use one to capture the output of a cable box at home, then proxy it through xTeVe to Plex as a live TV channel.)

[–] [email protected] 1 points 10 months ago (1 children)

Brilliant, i was looking for something like this as well for a project, thanks!

[–] [email protected] 1 points 10 months ago

Correction: model is the LKV373A

Lots of info here: https://blog.danman.eu/new-version-of-lenkeng-hdmi-over-ip-extender-lkv373a/

There are several versions of it out there, make sure to get a v3 (v2 is older and not as full-featured, v4 is partially encrypted and not well-supported).

It can be a bit tricky to get it set up initially (especially since it uses an incomplete implementation of Multicast), but once it's going it can be quite solid. Feel free to PM me if you have questions and I'll do what I can to help.

[–] [email protected] 1 points 10 months ago (1 children)

If you just want video then HDMI capture card like the other replies.

If you wanted HDMI output and also input keyboard/mouse, another PC with a USB Crashcart device or PiKVM

[–] [email protected] 1 points 10 months ago

HDMI output and also input keyboard/mouse

Preferably. I remember now reading about PiKVM some time back. I will look into it again.

[–] [email protected] 1 points 10 months ago

If your Proxmox box has an Intel CPU with AMT, like the vPro series of CPUs, that's basically a built-in BMC without a dedicated network interface. Once you configure it with the like of MeshCentral, you can remotely manage the Proxmox box, including full display replication.