bropat / eufy-security-ws

Small server wrapper around eufy-security-client library to access it via a WebSocket.
MIT License
184 stars 29 forks source link

Introducing go2rtc dependency #373

Open fuatakgun opened 2 weeks ago

fuatakgun commented 2 weeks ago

Describe the solution you'd like

I would like to remove stream generating logic from home assistant and move it into eufy_security_ws. Would you be willing to accept the change into here?

When callers of eufy_security_ws initiate the stream with start_livestream, it could automatically create the stream using go2rtc internally without hopping multiple places.