uStreamer 3.0: H264 video recording
Currently, Pi-KVM uses MJPEG for video transmission. This is a simple and widely supported, but not very effective video format. In the near future, it is planned to support H264, and then switch to it as the main one.
The H264 implementation is still under development, but right now you can use it to record video from your server. To do this, uStreamer supports simultaneous MJPEG and H264 encoding.
See here for more information.
We also have some news about Tailscale support.
Previously, Tailscale was in its own pikvm repository and contained fixed versions of the startup scripts. Now it was accepted in upstream and the default startup scripts were broken.
If you upgrade the system and want to keep Tailscale working, you need to install the tailscale-pikvm package:
rw
pacman -Syu
pacman -S tailscale-pikvm
reboot