Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jun 3, 2024
1 parent 13516e7 commit 53749df
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
7 changes: 7 additions & 0 deletions home_assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
7 changes: 7 additions & 0 deletions home_assistant/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53749df

Please sign in to comment.