werthdavid / homebridge-website-to-camera

Homebridge plugin that displays a Website as virtual camera (intended for Google Maps Traffic)
MIT License
54 stars 7 forks source link

"Camera is not responding" between snapshots #13

Closed adriancable closed 4 years ago

adriancable commented 4 years ago

Great plugin. One issue - when touching the camera in the Home app to get the full screen view, after 20 seconds or so, the screenshot disappears and is replaced with "No Response - This camera is not responding". I suspect this is because HomeKit is expecting a live view stream connection but none is forthcoming.

Any way to tell HomeKit that the accessory doesn't support streams, only snapshots, to prevent this?

werthdavid commented 4 years ago

Unfortunately not.. as far as I understood HomeKit/Homebridge it expects an URL where it can connect when you tap the camera. And I haven't found any possibility to stream the browser as RTP stream..

jb-home commented 3 years ago

Hi, would it be possible to create an RTSP stream using GStreamer with just a very low frame per second rate?