From 53749df5dc89a05acc9f03803210cdefc2613031 Mon Sep 17 00:00:00 2001 From: mrlt8 <67088095+mrlt8@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:56:15 -0700 Subject: [PATCH] Changelog --- README.md | 7 +++++++ home_assistant/CHANGELOG.md | 7 +++++++ home_assistant/DOCS.md | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/README.md b/README.md index 3f80e57b..1e5f0668 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ You can then use the web interface at `http://localhost:5000` where localhost is See [basic usage](#basic-usage) for additional information or visit the [wiki page](https://github.com/mrlt8/docker-wyze-bridge/wiki/Home-Assistant) for additional information on using the bridge as a Home Assistant Add-on. +## What's Changed in v2.9.5 + +- **POTENTIALLY BREAKING**: The bridge will now use **PCMU/8000** as the default audio codec when the camera does not provide an RTSP/WebRTC-compatible audio format. This change should enhance compatibility with various NVR systems like **Surveillance Station** which do not support opus. Thanks @Dot50Cal! + - To use a different audio codec, set the desired codec in the `AUDIO_CODEC` environment variable. +- Always re-encode `aac_eld` (Wyze Cam v4) even when WebRTC is not enabled (#1236) Thanks @Dot50Cal! +- HOME ASSISTANT: Disable MQTT from automatically setting up by setting `MQTT_DTOPIC` to something other than `homeassistant` (#1232) + ## What's Changed in v2.9.4 - Adjust AV sync issue/delay when audio is enabled. (#1231) Thanks @delmlund! diff --git a/home_assistant/CHANGELOG.md b/home_assistant/CHANGELOG.md index dad7ebcf..fac8e590 100644 --- a/home_assistant/CHANGELOG.md +++ b/home_assistant/CHANGELOG.md @@ -1,3 +1,10 @@ +## What's Changed in v2.9.5 + +- **POTENTIALLY BREAKING**: The bridge will now use **PCMU/8000** as the default audio codec when the camera does not provide an RTSP/WebRTC-compatible audio format. This change should enhance compatibility with various NVR systems like **Surveillance Station** which do not support opus. Thanks @Dot50Cal! + - To use a different audio codec, set the desired codec in the `AUDIO_CODEC` environment variable. +- Always re-encode `aac_eld` (Wyze Cam v4) even when WebRTC is not enabled (#1236) Thanks @Dot50Cal! +- HOME ASSISTANT: Disable MQTT from automatically setting up by setting `MQTT_DTOPIC` to something other than `homeassistant` (#1232) + ## What's Changed in v2.9.4 - Adjust AV sync issue/delay when audio is enabled. (#1231) Thanks @delmlund! diff --git a/home_assistant/DOCS.md b/home_assistant/DOCS.md index 2deb8e8b..2e6e783c 100755 --- a/home_assistant/DOCS.md +++ b/home_assistant/DOCS.md @@ -18,6 +18,13 @@ Note that all streams and the REST API will necessitate authentication when WebU Please double check your router/firewall and do NOT forward ports or enable DMZ access to your bridge/server unless you know what you are doing! +## MQTT + +If MQTT is available and `MQTT_DTOPIC` is set to `homeassistant`, the bridge will automatically configure MQTT. + +To disable this automatic configuration, set `MQTT_DTOPIC` to any value other than `homeassistant`. + + ## Camera Specific Options Camera specific options can now be passed to the bridge using `CAM_OPTIONS`. To do so you, will need to specify the `CAM_NAME` and the option(s) that you want to pass to the camera.