I have two Reolink cameras. Doorbell and RLC-823A. When I restarted Frigate everything seems to be okay. But after a while, the RLC-823A experiences a delay that becomes larger and larger. up to 20 seconds.
Frigate + go2rtc Version 1.7.1 +
Frigate Config:
go2rtc:
streams:
haustur:
- rtsp://admin:[email protected]:554/h264Preview_01_sub
- "ffmpeg:haustur#audio=opus"
haustur_main:
- rtsp://admin:[email protected]:554/h264Preview_01_main
- "ffmpeg:haustur#audio=opus"
garten:
- rtsp://admin:[email protected]:554/h264Preview_01_sub
ffmpeg:
bin: ffmpeg
volume: "-af \"volume=30dB\""
webrtc:
listen: "192.168.2.100:8555"
# address of your local server and port (TCP/UDP) listen: ":8555" # address of your local server and port (TCP/UDP)
candidates:
- stun:8555 # if you have dynamic public IP-address. This allows you to connect to the stream when you're not home.
#- 127.0.0.1:8555
- 192.168.2.100:8555
webtorrent:
shares:
xxxxx: # share name, should be unique among all go2rtc users!
pwd: xxxx
src: haustur # stream name from streams section
#src: rtsp://192.168.2.100:8554/haustur
log: # Here you define what you want to see in the logging section in the addon page (where you install/configure the go2rtc addon).
level: info # default level
api: info
exec: info
ngrok: info
rtsp: debug
streams: debug
webrtc: debug
##########################################################################
cameras:
haustur:
ffmpeg:
inputs:
- path: rtsp://192.168.2.100:8554/haustur
roles:
- detect
#- record
#- rtmp
garten:
ffmpeg:
inputs:
- path: rtsp://192.168.2.100:8554/garten
roles:
- detect
#- record
#- rtmp
#################################
## Standard Konfiguration ##
#################################
objects:
track:
- person
filters:
person:
threshold: 0.7
detect:
width: 800
height: 480
enabled: false
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 14
record:
enabled: true
retain_days: 0
events:
retain:
default: 7
ui:
live_mode: webrtc