docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container

AGPL-3.0 License

Downloads
140
Stars
2.5K
Committers
15

Bot releases are visible (Hide)

docker-wyze-bridge - v0.6.9

Published by mrlt8 about 3 years ago

Changes in v0.6.9

  • 🔨 Changed RTSP_THUMB command to use 127.0.0.1 instead of localhost
  • 🐛 Fixed: OFFLINE_TIME lower case int bug.
docker-wyze-bridge - v0.6.8

Published by mrlt8 about 3 years ago

Changes in v0.6.8

  • 🔨 Doorbell (WYZEDB3) related changes. Please post feedback here #133
  • ✨ New: OFFLINE_TIME env option to specify the time before retrying to connect to a camera that is offline #143.
docker-wyze-bridge - v0.6.7

Published by mrlt8 about 3 years ago

Changes in v0.6.7

  • 🔨 FIX: Doorbell issue by setting default frame size for WYZEDB3.
docker-wyze-bridge - v0.6.6

Published by mrlt8 about 3 years ago

Changes in v0.6.6

  • 🐛 Potential fix for WYZEDB3
docker-wyze-bridge - v0.6.5

Published by mrlt8 about 3 years ago

Changes in v0.6.5

  • 🔨 Always set default frame size and bitrate to prevent restart loop.
docker-wyze-bridge - v0.6.4

Published by mrlt8 about 3 years ago

Changes in v0.6.4

  • 🐛 BUG: Fixed the issue introduced in v0.6.2 where a resolution change caused issues for RTMP and HLS streams. This will now raise an exception which should restart ffmpeg if the resolution doesn't match for more than 30 frames.
docker-wyze-bridge - v0.6.3

Published by mrlt8 about 3 years ago

Changes in v0.6.3

  • 🐛 BUG: Fixed bug where cam on older firmware would not connect due to missing wifidb
docker-wyze-bridge - v0.6.2

Published by mrlt8 about 3 years ago

Changes in v0.6.2

  • 🔨 FIX: Fixed an issue where chaning the resolution in the app would cause the stream to die. Could also potentially solve an issue with the doorbell.
  • 🏠 FIX: Invalid boolean in config
docker-wyze-bridge - v0.6.1

Published by mrlt8 about 3 years ago

Changes in v0.6.1

  • ✨ NEW: RTSP_THUMB ENV parameter to save images from RTSP stream
docker-wyze-bridge - v0.6.0

Published by mrlt8 about 3 years ago

Changes in v0.6.0

  • 💥 BREAKING: Renamed FILTER_MODE to FILTER_BLOCK and will be disabled if blank or set to false.
  • 💥 BREAKING: Renamed FILTER_MODEL to FILTER_MODELS
  • 🔨 Reworked auth, caching, and other other code refactoring
  • ✨ NEW: Refresh token when token expires - no need to 2FA when your session expires!
  • ✨ NEW: Use seed to generate TOTP
  • ✨ NEW: DEBUG_FRAMES ENV parameter to show all dropped frames
  • ⏪ CHANGE: Only show first lost/incomplete frame warning
  • 🐧 CHANGE: Switch all base images to debian buster for consistency
docker-wyze-bridge - v0.5.18

Published by mrlt8 about 3 years ago

Changes in v0.5.18

  • New: API_THUMB ENV parameter to save a thumbnail from the Wyze API
  • New: Show warnings on frame drops
  • 🏠 Home Assistant: Improved config option compatibility
docker-wyze-bridge - v0.5.17

Published by mrlt8 about 3 years ago

Changes in v0.5.17

  • ARM Only: Switch to debian buster base image to avoid libseccomp2 realted issues
  • Fix: Additional checks for stale data
  • 🏠 Home Assistant: Force refresh of cameras from wyze api to pull new thumbnails
  • 🏠 Home Assistant: Add hass.io labels to docker image
  • 🏠 Home Assistant: Add schema for some config options
docker-wyze-bridge - v0.5.16

Published by mrlt8 about 3 years ago

Changes in v0.5.16

  • 🏠 Home Assistant: Cache data to /config/wyze-bridge/
  • 🏠 Home Assistant: 2fA verification input file changed to /config/wyze-bridge/mfa_token.txt
docker-wyze-bridge - v0.5.15

Published by mrlt8 about 3 years ago

Changes in v0.5.15

  • Initial basic support as 🏠 Home Assistant Add-on
docker-wyze-bridge - v0.5.14

Published by mrlt8 about 3 years ago

Changes in v0.5.14

  • Fix #93: 2fa 400 due to \n character at the end of sting
docker-wyze-bridge - v0.5.13

Published by mrlt8 about 3 years ago

  • Remove "s from email and password.
docker-wyze-bridge - v0.5.12

Published by mrlt8 about 3 years ago

Changes in v0.5.12

  • Clear local cache when switching accounts.
docker-wyze-bridge - v0.5.11

Published by mrlt8 about 3 years ago

Changes in v0.5.11

  • Fix bug in 2FA when submitting verification resulted in "400" Error
docker-wyze-bridge - v0.5.10

Published by mrlt8 about 3 years ago

Changes in v0.5.10

  • Check for dtls status instead of firmware version for compatibility
  • Update version numbers for api requests
  • Reduce sleep time for 2fa
  • Increase default RTSP_READTIMEOUT and RTSP_READBUFFERCOUNT
  • Reduce another docker layer
docker-wyze-bridge - v0.5.9

Published by mrlt8 about 3 years ago

Changes in v0.5.9

  • Cleanup local caching