Untitled

 avatar
unknown
plain_text
2 years ago
1.0 kB
14
Indexable
mqtt:
  enabled: true
  host: 192.168.0.203
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: (mqtt-user)
  password: (password)
  stats_interval: 300

ffmpeg:
  output_args:
    record: preset-record-generic-audio-copy

go2rtc:
  webrtc:
    candidates:
      - xxx.xxx.xxx.xxx:8555 #!todo: add your HomeAssistant LAN IP here
      - stun:8555
  ffmpeg: 
    bin: ffmpeg
    volume: "-af \"volume=30dB\"" # THIS PREVENTS THE AUDIO COMING OUT FROM THE DOORBELL SOUNDING MUFFLED
  streams:
    front_doorbell_main: 
      - "ffmpeg:http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=(user)&password=(password)"
    front_doorbell:
      - "ffmpeg:http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=(user)&password=(password)#video=copy#audio=copy#audio=opus"
    front_doorbell_rtsp_sub_talk:
      - "rtsp://(user):(password)@192.168.0.139/Preview_01_sub"
      - "ffmpeg:front_doorbell_rtsp_sub_talk#video=copy#audio=opus#audio=volume"
Editor is loading...
Leave a Comment