mirror of https://github.com/pikvm/pikvm.git
Crosslinks to USB passthrough and HDMI passthrough
This commit is contained in:
parent
e4cc7911e2
commit
ab97539fc7
|
|
@ -5,18 +5,11 @@ description: "How to set up HDMI passthrough on PiKVM V4 Plus"
|
|||
|
||||
# HDMI Video Passthrough
|
||||
|
||||
This is a new exclusive feature available only on **PiKVM V4 Plus**.
|
||||
It allows you to connect PiKVM to the gap between the target host and physical display.
|
||||
Thus, PiKVM does not interfere with the normal operation of the display and passes
|
||||
the video signal through itself until you need remote access via PiKVM
|
||||
In this case, PiKVM directs the video stream to the Web UI or VNC.
|
||||
|
||||
This feature allows directing the video stream from the host to a display attached directly to the HDMI output of PiKVM V4 Plus. This simplifies accessing the host locally while retaining the remote access to the host via the Web UI or VNC. **This feature is limited to PiKVM V4 Plus** because it’s the only PiKVM version with an HDMI Out port. It also works best with [USB [passthrough]](usb_pass.md) enabled.
|
||||
|
||||
!!! info
|
||||
|
||||
* The passthrough feature supports a screen resolution **up to 1920x1200** pixels.
|
||||
* Other PiKVM devices besides V4 Plus do not support the passthrough due to hardware limitations.
|
||||
|
||||
|
||||
This is shown more clearly below:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: "How to set up USB Passthrough on PiKVM"
|
|||
|
||||
# USB Passthrough
|
||||
|
||||
For USB keyboards and mice connected to PiKVM directly, USB passthrough allows forwarding their input to the host system. This feature is available for all versions of PiKVM except the DIY version based on Pi Zero.
|
||||
For USB keyboards and mice connected to PiKVM directly, USB passthrough allows forwarding their input to the host system. This feature is available for all versions of PiKVM except the DIY version based on Pi Zero. It works best with [HDMI passthrough](pass.md) available on PiKVM V4 Plus.
|
||||
|
||||
Let's consider this setup:
|
||||
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ To do that:
|
|||
- [Harden the remote access](auth.md) by enabling 2FA.
|
||||
- Configure access to PiKVM from the Internet using [port forwarding](port_forwarding.md) or [Tailscale VPN](tailscale.md).
|
||||
- Enable a microphone for [two-way audio](audio.md).
|
||||
- Enable [HDMI pass-through](pass.md).
|
||||
- Enable [HDMI pass-through](pass.md) and [USB passthrough](usb_pass.md).
|
||||
- [Learn](config.md) how configuration files are structured.
|
||||
|
||||
2. **Configure hardware**:
|
||||
|
|
|
|||
Loading…
Reference in New Issue