From 1a67cc87ef90c903dd75342fa28930cc2aace29b Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 25 Nov 2025 09:56:54 -0300 Subject: [PATCH] Update go2rtc to 1.9.12 --- custom_components/webrtc/utils.py | 2 +- custom_components/webrtc/www/webrtc-camera.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/webrtc/utils.py b/custom_components/webrtc/utils.py index 8dbe1ae..bb11fe9 100644 --- a/custom_components/webrtc/utils.py +++ b/custom_components/webrtc/utils.py @@ -26,7 +26,7 @@ DOMAIN = "webrtc" -BINARY_VERSION = "1.9.11" +BINARY_VERSION = "1.9.12" SYSTEM = { "Windows": {"AMD64": "go2rtc_win64.zip", "ARM64": "go2rtc_win_arm64.zip"}, diff --git a/custom_components/webrtc/www/webrtc-camera.js b/custom_components/webrtc/www/webrtc-camera.js index 8c72116..f65b239 100644 --- a/custom_components/webrtc/www/webrtc-camera.js +++ b/custom_components/webrtc/www/webrtc-camera.js @@ -1,5 +1,5 @@ /** Chrome 63+, Safari 11.1+ */ -import {VideoRTC} from './video-rtc.js?v=1.9.11'; +import {VideoRTC} from './video-rtc.js?v=1.9.12'; import {DigitalPTZ} from './digital-ptz.js?v=3.3.0'; class WebRTCCamera extends VideoRTC {