carTloyal123 / cryze

Cryze is a Wyze Gwell Camera Bridge that allows you to stream your Gwell based Wyze cams to locations of your choosing.
GNU General Public License v3.0
26 stars 1 forks source link

Rtsp feed #5

Open jjyu420 opened 1 month ago

jjyu420 commented 1 month ago

Is it possible to expose a rtsp feed from the server. I would like to be able to import the feeds in to scrypted. I’ve had a hard time installing the server as well. I am Using portainer and trying to use the docker compose.yaml and get the below error.

failed to deploy a stack: cryze-server-service Pulling cryze-server-service Error could not find /data/compose/docker: stat /data/compose/docker: no such file or directory

Thanks for any help looks like a cool project.

carTloyal123 commented 1 month ago

The plan is to allow you to route the video stream to any consumer you like. This works as follows: cryze-android gets the raw data from Wyze, cryze-server acts as a relay that will format data, handle wyze credentials and system state with the cryze-android application. In this repo I will publish several python scripts that will act as clients to the server and receive video data. For example I am working on a script to route the video into RTSP as we speak and other uses cases like to Apple Homekit, Home Assistant etc

At the current moment everything is still a work in progress. I am mainly developing on an Apple Silicone M2 Macbook so compatibility is focused on that platform and Ubuntu. I have not had as much time as I wished to push this project into a final state but I am still working on it, just slower than anticipated. Thanks for your support!