Hi I’m trying to have the video stream from my vacuum cleaner into homekit. It can’t be done directly because HK manages only a certain type of stream (ffmpeg), without it, you just get the preview picture but no live stream. So it was suggested to me that I’d do the following:
vacuum’s camera entity → camera proxy → go2rtc or ffmpeg → homekit bridge → homekit
However, go2rtc and ffmpeg require a URL to turn the stream into something homekit can manage.
unfortunately, this doesn’t help. I have the camera proxy set up but I’m not given any URL neither from the integration nor the link you provided. Would you know where I can find it?