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 {