Stream error when accessing BlueIris with h264
Hi, I’ve added BlueIris to my HA setup successfully. Now I am trying to add those cameras to Google Home\Assistant, but I am running to a snag and I am almost there. Cameras seem to work absolutely fine in the HomeKit Bridge integration.
Home Assistant 2023.5.4
Blue Iris 5.7.7.5
HACS BlueIris NVR v1.0.15
- Stream Support enabled
- Each camera set to expose to assistants
- Manually exposing devices to Google Home via configuration Yaml (i.e. include_entities - camera.BlueIris_insidegaragecam)
I can see the cameras on my google devices, but the video plays for a second or two and then I get the following error in my HA logs:
023-06-05 00:33:50.551 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.BlueIris_insidegaragecam] Error from stream worker: Error opening stream (HTTP_SERVER_ERROR, Server returned 5XX Server Error reply) http://192.168.2.10:80/h264/InGrgCam/temp.m3u8?session=09f10b1113a74ae55a3b27925eed0ada
2023-06-05 00:34:47.923 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.BlueIris_front_porch_cam] Error from stream worker: Error demuxing stream: [Errno 1482175992] Server returned 5XX Server Error reply: 'http://192.168.2.10:80/h264/FPCam/temp.m3u8?session=09f10b1113a74ae55a3b27925eed0ada'
I’ve tried many variations of the Web Server setting in BI according to various HA\BI posts I’ve read and still the issue persists.
I see this note at the end of the BI NVR Integration that reads:
“Currently the Stream Component is a bit ragged to use to cast Blue Iris video streams, which don’t need proxying.”
Does this mean the stream integration isn’t expected to work?
Anyone have any good options I can test out?
Thanks