-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
frigate.yaml
32 lines (31 loc) · 1.11 KB
/
frigate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
go2rtc:
streams:
doorbell:
# H264
- echo:/config/scripts/fix_vto_codecs.sh
ffmpeg:rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0#video=copy
# PCMA, 2-way audio
- echo:/config/scripts/fix_vto_codecs.sh
rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif#media=audio#backchannel=1
# AAC
- rtsp://127.0.0.1:8554/doorbell_hd?audio=aac
doorbell_hd:
# H264, AAC
- echo:/config/scripts/fix_vto_codecs.sh
ffmpeg:rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=1#video=copy#audio=copy
# PCMA
- rtsp://127.0.0.1:8554/doorbell?audio=pcma&backchannel=0
cameras:
doorbell:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell?video=copy&backchannel=0
input_args: preset-rtsp-restream-low-latency
roles:
- detect
- path: rtsp://127.0.0.1:8554/doorbell_hd
input_args: preset-rtsp-restream-low-latency
roles:
- record
output_args:
record: preset-record-generic-audio-copy