Skip to content

DennisGarvey/wyzeproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wyzecam Proxy

About

Acts as a proxy between the proprietary communication standard of wyze cameras and exposes an mjpeg endpoint for you to use in other applications such as Blue Iris and Home Assistant

Usage

  1. Install Docker (dockerhub repo)
  2. Run docker pull dennisgarvey/wyzeproxy:0.1
  3. Run container with docker run -p 80:5000 -e WYZE_EMAIL="YOUR EMAIL HERE" -e WYZE_PASSWORD="YOUR WYZE PASSWORD" dennisgarvey/wyzeproxy:0.1
  4. All the cameras associated with the account are exposed at the url /cam/<index>, for instance a url might look like http://192.168.1.2/cam/0

Notes

  • This currently performs pretty poorly due to it decoding and re-encoding the streams
  • I put this together pretty quickly, so it lacks certain features such as audio and RTSP as well as improved performance, which may be added later.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published