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 hidden (Show)

docker-wyze-bridge - v0.5.8

Published by mrlt8 about 3 years ago

Changes in v0.5.8

  • Dockerfile: Always pull latest rtsp-simple-server and reduce layers.
  • Changed default protocol to TCP
  • Cleanup logging
docker-wyze-bridge - v0.5.7

Published by mrlt8 about 3 years ago

Changes in v0.5.7

  • Bump rtsp-simple-server to v0.17.2 with improvements for HLS.
docker-wyze-bridge - v0.5.6

Published by mrlt8 about 3 years ago

Changes in v0.5.6

  • FIX #72: Authentication error due to cached camera data with old enr
  • FIX: cache for auth data
  • Block cameras on firmware .798
  • Allow up to 255 for stream quality
  • Filter out WVODB1 to prevent MAX_CHANNEL error
docker-wyze-bridge - v0.5.5

Published by mrlt8 about 3 years ago

Changes in v0.5.5

  • FIX: invalid path name for cameras with an apostrophe in the name
docker-wyze-bridge - v0.5.4

Published by mrlt8 about 3 years ago

Changes in v0.5.4

  • NEW: URI_SEPARATOR to customize the character used in the camera URI when the camera name contains a space: -, _, or # to remove the space. Will currently default to - if not set.
docker-wyze-bridge - v0.5.3

Published by mrlt8 about 3 years ago

Changes in v0.5.3

  • Update to rtsp-cimple-server v17.0.0
  • Set max_num_av_channels to 1.4x the number of cameras (potential fix for AV_ER_EXCEED_MAX_CHANNEL)
docker-wyze-bridge - v0.5.2

Published by mrlt8 about 3 years ago

Changes in v0.5.2

  • NEW: Per camera custom FFMPEG commands with FFMPEG_CMD_CAM_NAME
  • NEW: Custom FFMPEG input flags for all cameras with FFMPEG_FLAG
  • NEW: Per camera custom FFMPEG input flags with FFMPEG_FLAG_CAM_NAME
docker-wyze-bridge - v0.5.1

Published by mrlt8 about 3 years ago

Changes in v0.5.1

  • FIX: SMS two-step verification.
  • NEW: IGNORE_OFFLINE environment option to ignore offline cameras until the container restarts.
  • Removed some of the extra FFMPEG option
docker-wyze-bridge - v0.4.3

Published by mrlt8 about 3 years ago

Changes in v0.4.3

Upgrading from v0.3.x to v0.4.0+ may require a new docker-compose.yml

  • FIX: 'type' error due to missing codec info - Thanks to @jmacul2
  • Switch to threading for performance bump
  • Increase retry time for offline cameras
docker-wyze-bridge - v0.4.0

Published by mrlt8 over 3 years ago

Upgrading from v0.3.x to v0.4.0+ may require a new docker-compose.yml

  • Combined rtsp-simple-server into one container.
  • Fixes to allow network_mode: host for a completely local stream on linux systems.
  • Increase tutk buffer.