diff --git a/docs/blog/posts/2026/2026-02-10/gop.webp b/docs/blog/posts/2026/2026-02-10/gop.webp new file mode 100644 index 00000000..b94c49fd Binary files /dev/null and b/docs/blog/posts/2026/2026-02-10/gop.webp differ diff --git a/docs/blog/posts/2026/2026-02-10/index.md b/docs/blog/posts/2026/2026-02-10/index.md new file mode 100644 index 00000000..a0316f75 --- /dev/null +++ b/docs/blog/posts/2026/2026-02-10/index.md @@ -0,0 +1,28 @@ +--- +title: "KVMD 4.147: Huge latency improvement" +date: 2026-02-10 +slug: kvmd-4-147-huge-latency-improvement +description: > + The fullscreen and mobile UI of the PiKVM web dashboard has become much more convenient to use +categories: + - Releases +authors: + - mdevaev +links: + - PiKVM: https://pikvm.org + - Discord: https://discord.gg/bpmXfz5 + - KVMD release: https://github.com/pikvm/kvmd/releases/tag/v4.147 +comments: true +--- + +We rolled out a new algorithm for configuring the WebRTC H.264 video stream. This should give an incredible boost to performance and reduce latency. You can try this on any PiKVM that supports H.264. + + + +All you need to do is update OS, set `H.264 gop` to `0`, and the magic will happen. + +![GOP setting in the web UI](gop.webp) + +It works great on local networks and over the Internet. Try it yourself, it should also work through Tailscale and other VPNs. + +Please let us know if this doesn't work well on your network, VPN, or anywhere else, because I'm considering making `gop=0` the default setting. \ No newline at end of file