From fd4c30f655a9e721420d9e42a089d985c67a9df5 Mon Sep 17 00:00:00 2001 From: Ashish D'Souza Date: Mon, 12 Aug 2024 09:15:31 -0500 Subject: [PATCH] Enabled Wyze bridge camera audio passthru --- conf/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/docker-compose.yaml b/conf/docker-compose.yaml index b9ed9e2..de63929 100644 --- a/conf/docker-compose.yaml +++ b/conf/docker-compose.yaml @@ -52,7 +52,6 @@ services: ports: - 127.0.0.1:10000:5000 - 554:8554 - - 10010:8971 wyze-bridge: container_name: frigate-wyze-bridge image: mrlt8/wyze-bridge:2.9.7 @@ -65,6 +64,7 @@ services: WYZE_PASSWORD: ${WYZE_PASSWORD} API_ID: ${WYZE_API_ID} API_KEY: ${WYZE_API_KEY} + ENABLE_AUDIO: 'true' volumes: - type: bind source: /etc/localtime