Here you go @GitWally. I also left the config of the Reolink Doorbell in case it’s useful for anyone.
go2rtc:
log:
# AAC Audio required for recordings and detection, Opus required only for webRTC Live View (2-way audio)
streams:
doorbell: # Reolink Doorbell WiFi
- rtsp://admin:[email protected]:554/h264Preview_01_main
- ffmpeg:doorbell#audio=aac#audio=volume
- ffmpeg:doorbell#audio=opus#audio=volume # Opus required for 2-way audio
reolink: # Reolink E1 Pro broken night vision
- rtsp://admin:[email protected]:554/h264Preview_01_main
- ffmpeg:reolink#audio=aac#audio=volume
## Frigate docs recommend HTTP+FLV connection for Reolink Doorbell, but only RTSP allows for 2-way audio AFAIK, need testing
## #video=copy is needed for a single line ffmpeg config when using audio tags, or else video stream is dropped
## THIS INCREASES VOL AND PREVENTS THE AUDIO COMING OUT FROM THE CAMERA SOUNDING MUFFLED
## Source https://www.youtube.com/watch?v=upXyBVMR4RM
ffmpeg:
volume: -af "volume=30dB"
cameras:
doorbell:
# enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
roles:
- record
- detect
- audio
live:
stream_name: doorbell
detect:
width: 1280
height: 960
fps: 5
#birdseye:
# order: 1
zones:
Front_garden:
coordinates: 0.131,0.582,0.373,0.584,0.631,0.586,0.63,0.613,1,0.751,1,1,0.002,0.999,0,0.647
loitering_time: 0
Drivewayfront:
coordinates: 0.773,0.579,0.838,0.596,1,0.636,1,0.757,0.621,0.61,0.63,0.597,0.734,0.578
# objects:
# - person
# - car
loitering_time: 0
review:
alerts:
labels:
- person
- car
required_zones:
- Front_garden
- Drivewayfront
motion:
mask:
0,0.429,0.13,0.433,0.201,0.337,0.565,0.341,0.568,0.433,0.871,0.412,0.896,0.389,0.975,0.436,0.999,0.436,0.999,0.003,0.002,0
reolink:
# enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/reolink
roles:
- record
- detect
- audio
live:
stream_name: reolink
detect:
width: 1280
height: 720
fps: 5
#birdseye:
# order: 2
onvif:
host: 192.168.1.138
port: 8000
user: admin
password: redacted
zones:
Drivewayside:
coordinates: 0,0.59,0.273,0.577,0.658,0.889,0.722,0.006,1,0,1,1,0.257,1
inertia: 25
review:
alerts:
labels:
- person
- car
required_zones:
- Drivewayside