-
Notifications
You must be signed in to change notification settings - Fork 101
Camera Stream not Loading in HA #134
Comments
….13 is not working, see fwestenberg/reolink_dev#134
I get the same screenshot when I click on the picture card. Environment: here my log: |
Describe the bug
Camera stream does not load. Instead it returns either a 504 Timeout error from the homeassistant proxy url or an empty text response.
To Reproduce
Expected behavior
When viewing the stream version of the camera (as compared to the screen grab) it should show what the camera sees instead of a broken image.
Screenshots
Environment:
Please provide useful information about your environment, like:
2021.1.4 (docker)
RLC-520A
v3.0.0.116_20102900
v0.13
Additional context
I've tried the following things to troubleshoot:
homeassistant correct.camera.ipaddress.here:554 ESTABLISHED 15066/python3
Once the request times out the connection is no longerESTABLISHED
rtsp://username:password@correct.camera.ipaddress.here:554/h264Preview_01_main
ffmpeg
loaded in my configreolink_dev logs:
Core Issue
I've narrowed the issue down to this recent change: a8cecc2#diff-5a5bfae2f3cd9b046addab6f73b4563d28118ab7ff0d899c52de60f5d2556c3aL128-L140 (camera.py L128-140) If I revert that bit of code then the stream works correctly. It seems that when
async_aiohttp_proxy_web
is used instead ofasync_aiohttp_proxy_stream
the request times out.The text was updated successfully, but these errors were encountered: