v1.9.11
AlexxIT/go2rtcv1.9.11Oct 21, 2025by AlexxIT
AI Summary
Feature-rich release adding H265 priority, SwitchBot support, Preload Streams, RTSP redirects and UDP transport, and secrets management.
Key Highlights
- H265 codec priority in JS client
- SwitchBot VideoDoorbell support
- Preload Streams support
- RTSP redirects and UDP transport
- Secrets management
New Features
- H265 priority setting
- SwitchBot VideoDoorbell support
- Preload Streams
- RTSP redirects
- RTSP UDP transport
- Secrets management
- Ring source optimization
Full Release Notes
## Main - Add priority for H265 codec in JS client #1642 #1644 by @seydx (dd7130d2) - Add support for SwitchBot VideoDoorbell #1823 by @hsakoh (f911936d) - Add support Preload Streams #605 #1762 by @seydx (37d7409e) - Add support RTSP redirects #1881 #1909 by @eddielth (d59cb99f) - Add support RTSP UDP transport #1758 by @seydx (c87885be) - Add support secrets management #1744 by @seydx (cca216ac) - Optimize ring source #1745 by @seydx (549da025) - Update FFmpeg command for encoding H265 (fix profile and level) (2b5f9429) - Fix RTP processing for H265 codec (restore VPS,SPS,PPS) (c7119f44) - Fix ONVIF client for Tapo cameras #1589 by @seydx (f1971cec) - Fix connection issues in conjunction with doorbird backchannel #1895 by @oeiber (6a67fc37) ## Other - Add caution note to readme (007e8dbc) - Add checks for corrupted data to the H265 handler (fdb31160) - Add compiled go2rtc to gitignore #1910 by @felipecrs (dae396a1) - Code refactoring for video-rtc.js (7d986220) - Improve build.sh #1641 by @felipecrs (f8c88cfb) - Move ngrok module docs to another page (5bbc2aaf) - Update dependencies (a8d2312c) - Update Python to 3.13 in docker image #1752 by @felipecrs (60ef52f4) - Fix docker build and push job when running from a fork #1761 by @felipecrs (a107d13e) - Fix stack API for new pion version (ec08dfee) - Fix probing after #1762 (54b95dce)