Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtsp feed #5

Open
jjyu420 opened this issue May 4, 2024 · 1 comment
Open

Rtsp feed #5

jjyu420 opened this issue May 4, 2024 · 1 comment

Comments

@jjyu420
Copy link

jjyu420 commented May 4, 2024

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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants