Open spikked27 opened 2 months ago
Possibly, can you give an example of the architecture you're describing?
I'm currently using NestMTX to turn google nest camera streams into straight RTSP streams for Frigate, however, when the stream is turned off Frigate just assumes there's an error and throws FFMPEG errors in the log, would be great to use arlo-streamer in the middle to feed a static image when the stream is off so Frigate is happy, the stream wouldn't even have to be off if arlo-streamer could be the "control" for when a static image is used instead of the main stream.
Hi, So you want to use arlo-streamer to proxy stream non-Arlo camera ? I think it is out of scope of this project. It is more like asking to NestMTX mainteners to handle a idle stream like we do.
What I can consider is taking the core proxy functionality and extracting it as a seperate repo/library.
Amazing work! I came across this while searching more generally for a way to make battery powered cameras play nice with frigate, my question being, could this tool be made more general with, perhaps, an MQTT input (from home assistant) when the stream goes live instead of pulling that information from the Arlo API? Just a thought, I imagine it would be incredibly useful for a lot of people. Thank you for your hard work!