[Support]: Google Chrome unable to load reviews from Reolink RLC-840A: UI shows a spinning wheel forever #22215
Replies: 1 comment 1 reply
-
|
Based on your issue with Chrome failing to load reviews from your Reolink RLC-840A (while Firefox works fine), there are several known compatibility issues between Reolink cameras and Chrome browsers that have been documented.(1) Recommended Configuration ChangesFor Reolink cameras, the recommended approach is to use HTTP-FLV streams instead of RTSP directly.(2) Your current configuration uses RTSP streams, which may be causing the playback issues in Chrome. Here's the recommended configuration for your Reolink camera: go2rtc:
streams:
reolink_ingresso:
- "ffmpeg:http://192.168.2.31/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=REDACTED#video=copy#audio=copy#audio=opus"
reolink_ingresso_sub:
- "ffmpeg:http://192.168.2.31/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=REDACTED"
cameras:
reolink_ingresso:
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
inputs:
- path: rtsp://127.0.0.1:8554/reolink_ingresso
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/reolink_ingresso_sub
input_args: preset-rtsp-restream
roles:
- detectAdditional Recommendations
Browser-Specific IssuesThe issue you're experiencing where Chrome shows a spinning wheel while Firefox works suggests a codec compatibility problem. Chrome may be having difficulty with the H.264/H.265 stream format from your Reolink camera.(3)(1) Try the HTTP-FLV configuration above first, as this has been the most reliable method for Reolink cameras with Frigate. 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
I consistently see a failure on my Google Chrome Version 145.0.7632.116 (Official Build) (64-bit), all reviews coming from one specific camera (Reolink) fail to play.
Using Firefox I can view those replays from my Reolink camera just fine.
Steps to reproduce
...
Version
0.17.0
In which browser(s) are you experiencing the issue with?
Google Chrome Version 145.0.7632.116
Frigate config file
docker-compose file or Docker CLI command
I don't think this is relevantRelevant Frigate log output
Relevant go2rtc log output
I don't think this is relevantOperating system
Debian
Install method
Home Assistant Add-on
Network connection
Wired
Camera make and model
Reolink RLC-840A
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
The spinning wheel
Chrome devTools showing that the "master.m3u8" file somehow gets cancelled:
Beta Was this translation helpful? Give feedback.
All reactions