HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
786 stars 75 forks source link

add RTSP to stock fw #120

Open senposage opened 3 years ago

senposage commented 3 years ago

is it possible to add in RTSP support while keeping the wyze functionality,maby use the sdcard as a swap buffer

endertable commented 3 years ago

V2 cams have an official RTSP firmware from Wyze that keep the wyze functionality. Nothing yet for V3.

senposage commented 3 years ago

whats involved in porting it in ? RTSP is a pretty basic protocol

endertable commented 3 years ago

I agree, I don’t know why Wyze does not offer RTSP in every single firmware they release (Actually, I do know why). As far as anyone else being able to just add in an RTSP server to Wyze firmware, Wyze makes it very difficult because their binary creates the video devices and does not share them.

mrlt8 commented 3 years ago

There is a fork of WyzeHacks that enables streaming direct from the camera: https://github.com/FiveLeavesLeft/WyzeCameraLiveStream

It’s not RTSP, but the stream works with VLC, homebridge, home assistant, blue iris, etc