fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
553 stars 101 forks source link

Errors When Attempting to View Stream (RLC-410W) #507

Closed pongolo closed 2 years ago

pongolo commented 2 years ago

Hello,

I have an RLC-410W camera (firmware: v3.1.0.739_22042505) and was able to add it using the integration and it shows up in HA with no issues in the Integrations page. When looking at the device, I get the typical entities including the Idle snapshot of the camera however it shows up under the Sensors heading.

Screenshot_20220525_161414

If I try to view the live stream of the camera, I get a popup box with a black player but no stream (preload stream does not change anything). I have tried to change configurations including different pairings of RTMP and RTSP & main and sub with no change.

Screenshot_20220525_161825

I've noticed several errors in the log which I assume are the reason for not being able to see the stream but don't know if they are due to a misconfiguration on my setup:

This error originated from a custom integration.

Logger: custom_components.reolink_dev.base
Source: custom_components/reolink_dev/base.py:416
Integration: Reolink IP camera (documentation, issues)
First occurred: 12:29:00 PM (36 occurrences)
Last logged: 1:04:21 PM

Host 192.168.1.48 error renewing the Reolink subscription
Logger: homeassistant.components.stream.stream.camera.dock
Source: components/stream/__init__.py:347
Integration: Stream (documentation, issues)
First occurred: 12:29:03 PM (12 occurrences)
Last logged: 12:40:05 PM

Error from stream worker: Error opening stream (ERRORTYPE_111, Connection refused) rtsp://****:****@192.168.1.48:554/h264Preview_01_sub
This error originated from a custom integration.

Logger: custom_components.reolink_dev.base
Source: custom_components/reolink_dev/base.py:388
Integration: Reolink IP camera (documentation, issues)
First occurred: 12:29:00 PM (1 occurrences)
Last logged: 12:29:00 PM

Host 192.168.1.48 subscription failed to its webhook, base object state will be set to NotAvailable

I've looked through the instructions and don't think I've missed anything. I've deleted the camera as well as deleted the integration and reinstalled with no change in results. I do not have an NVR but don't think it is a requirement to be able to stream.

These are my HA specs:

Appreciate any help!