You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: