Can anyone point me in the right direction on getting 2 way audio running on Frigate with a Hikvision DS-2CD2386G2 camera please?
It's driving me nuts. I've read the Frigate docs and other resources but it refuse to work.
I get sound from the camera but not 2 it.
I'm doing everything in the Frigate web UI but plan on getting into Home Assistant eventually (I'm assuming going on step at a time is sensible?)
It's running in Docker on a Beelink AMD Ryzen7 5800H with a google usb TPU.
Below is my frigate config:
Cam01 is the camera in question.
With the "ffmpeg:Cam01#audio=aac" line in the go2rtc section I don't get the mic option in live view.
With it commented out I do get the mic option in live view but it doesn't work. In fact when selected it turns audio off both ways.
I have tried other options in place of aac.
Am I missing something obvious here?
Any help greatly appreciated.
It's driving me nuts. I've read the Frigate docs and other resources but it refuse to work.
I get sound from the camera but not 2 it.
I'm doing everything in the Frigate web UI but plan on getting into Home Assistant eventually (I'm assuming going on step at a time is sensible?)
It's running in Docker on a Beelink AMD Ryzen7 5800H with a google usb TPU.
Below is my frigate config:
Cam01 is the camera in question.
With the "ffmpeg:Cam01#audio=aac" line in the go2rtc section I don't get the mic option in live view.
With it commented out I do get the mic option in live view but it doesn't work. In fact when selected it turns audio off both ways.
I have tried other options in place of aac.
Am I missing something obvious here?
Any help greatly appreciated.
YAML:
mqtt:
enabled: true
host: http://10.101.202.247:1883
ffmpeg:
hwaccel_args: auto
detectors:
coral:
type: edgetpu
device: usb
record:
enabled: true
retain:
days: 3
mode: all
alerts:
retain:
days: 10
mode: motion
detections:
retain:
days: 10
mode: motion
go2rtc:
streams:
Cam01:
- rtsp:/admin:*******@10.101.***.***:554/streaming/channels/101
- "ffmpeg:Cam01#audio=aac"
Cam02:
- rtsp:/admin:*******@10.101.***.***/stream0
Cam03:
- rtsp:/admin:*******@10.101.***.***/stream0
webrtc:
candidates:
- 10.101.***.***:8555
- stun:8555
cameras:
Cam01:
enabled: true
ffmpeg:
inputs:
- path: rtsp:/admin:*******@10.101.202.232:554/streamimg/channels/101
roles:
- record
- path: rtsp:/admin:*******@10.101.202.232:554/streamimg/channels/103
roles:
- detect
detect:
enabled: true
width: 640
height: 480
objects:
track:
- person
- car
- dog
- cat
Cam02:
enabled: true
ffmpeg:
inputs:
- path: rtsp:/admin:*******@10.101.202.233/stream0
roles:
- record
- path: rtsp:/admin:*******@10.101.202.233/stream1
roles:
- detect
detect:
enabled: true
width: 640
height: 480
objects:
track:
- person
- car
- dog
- cat
Cam03:
enabled: true
ffmpeg:
inputs:
- path: rtsp:/admin:*******@10.101.202.234/stream0
roles:
- record
- path: rtsp:/admin:*******@10.101.202.234/stream1
roles:
- detect
detect:
enabled: true
width: 640
height: 480
objects:
track:
- person
- car
- dog
- cat
version: 0.16-0
camera_groups: {}