Hello,
I followed this tutorial on you tube to attempt to get 2 way audio working. I can hear and talk to the doorbell through the frigate integration (clicking on frigate on the sidebar) but when I view the frigate dashboard card, I don’t see the seconds counter on the time overlay within the video counting up. The other issue is that the microphone and the speaker buttons never appear on the frigate dashboard card either.
In the integration settings page I’ve checked “Use Frigate-native WebRTC support” and forwarded port 8555 on both udp and tcp to the home assistant ip.
Here is the frigate card yml:
type: custom:frigate-card
cameras:
- camera_entity: camera.doorbell
live_provider: go2rtc
go2rtc:
modes:
- webrtc
menu:
buttons:
microphone:
enabled: true
alignment: opposing
timeline:
enabled: false
cameras:
enabled: false
frigate:
enabled: false
download:
enabled: false
media_player:
enabled: false
mute:
enabled: true
alignment: opposing
camera_ui:
enabled: false
clips:
enabled: false
snapshots:
enabled: false
fullscreen:
enabled: false
style: overlay
position: left
button_size: 80
live:
controls:
thumbnails:
mode: none
auto_mute: all
preload: false
dimensions: {}
media_gallery:
controls:
thumbnails:
size: 140
show_favorite_control: false
show_timeline_control: false
show_download_control: false
filter:
mode: none
And my gortc setup yml file:
mqtt:
host: mqtt ip
user: user
password: password
port: port
##########################################################################
go2rtc:
streams:
## CHANGE RTSP USERNAME AND PASSWORD
Doorbell:
- rtsp://user:password@myip:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:rtsp://user:password@myip:554/cam/realmonitor?channel=1&subtype=0#audio=pcm#audio=volume
## THIS PREVENTS THE AUDIO COMING OUT FROM THE DOORBELL SOUNDING MUFFLED
ffmpeg:
bin: ffmpeg
volume: -af "volume=30dB"
##########################################################################
cameras:
Doorbell:
ffmpeg:
inputs:
## CHANGE RTSP USERNAME AND PASSWORD
- path: rtsp://user:password@myip:554/cam/realmonitor?channel=1&subtype=0
roles:
- detect
- record
output_args:
record: preset-record-generic-audio-copy
zones: {}
motion:
#mask:
# - 613,309,800,361,800,0,275,0,297,339 # WATCH MY FRIGATE VIDEO SHOWING YOU WHAT THIS IS
version: 0.14