Merge branch 'feature/VNC-364_update_kasmvnc_readme_h265_encoding' into 'master'

VNC-364 - Update KasmVNC README h265 encoding

See merge request kasm-technologies/internal/KasmVNC!249
This commit is contained in:
Matthew McClaskey 2026-06-12 13:48:14 +00:00
commit 8336160622

View file

@ -204,6 +204,12 @@ encoding:
logging: logging:
level: off level: off
scaling_algorithm: progressive_bilinear scaling_algorithm: progressive_bilinear
webp_encoding_time: 30
video_streaming_mode:
codec: auto
quality: 17
gop: 24
compare_framebuffer: auto compare_framebuffer: auto
zrle_zlib_level: auto zrle_zlib_level: auto
@ -235,6 +241,7 @@ command_line:
- Webp image compression for better bandwidth usage - Webp image compression for better bandwidth usage
- Automatic mixing of webp and jpeg based on CPU availability on server - Automatic mixing of webp and jpeg based on CPU availability on server
- Multi-threaded image encoding for smoother frame rate for servers with more cores - Multi-threaded image encoding for smoother frame rate for servers with more cores
- WebCodecs video streaming with H.264, H.265, and AV1 support
- WebRTC UDP Transit - WebRTC UDP Transit
- Lossless QOI Image format for Local LAN - Lossless QOI Image format for Local LAN
- [Full screen video detection](https://github.com/kasmtech/KasmVNC/wiki/Video-Rendering-Options#video-mode), goes into configurable video mode for better full screen videoo playback performance. - [Full screen video detection](https://github.com/kasmtech/KasmVNC/wiki/Video-Rendering-Options#video-mode), goes into configurable video mode for better full screen videoo playback performance.
@ -261,10 +268,6 @@ command_line:
- Better mobile support - Better mobile support
- DRI3 GPU acceleration with open source drivers (AMDGPU,Intel,ATI,ARM) - DRI3 GPU acceleration with open source drivers (AMDGPU,Intel,ATI,ARM)
Future Goals:
- H264 encoding
### Compiling From Source ### Compiling From Source
See the [builder/README.md](https://github.com/kasmtech/KasmVNC/blob/master/builder/README.md). We containerize our build systems to ensure highly repeatable builds. See the [builder/README.md](https://github.com/kasmtech/KasmVNC/blob/master/builder/README.md). We containerize our build systems to ensure highly repeatable builds.