I am replacing all my cameras (ring) with reolink.
I have everything up and running. Frigate logs are generally clean.
I just set up home assistant and pulled in advanced camera card.
It is working great but when I go to load clips it takes about 17 seconds to start the stream.
I am doing this through a cloudflare tunnel.
Chatgpt suggested turning off tunnel cacheing which I did.
Here is the config used for the camera I'm trying to fix first.
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.basement_door
live_provider: go2rtc
view:
default: clips
menu:
style: outside
media:
preload: auto
video:
format: hls
media_viewer:
mode: inline
autoplay: true
performance:
profile: low-bandwidth
Any tips are greatly appreciated.