Skip to content

Has anyone managed to get 2-way audio working through go2rtc? #9

Description

@vnormatov

I’ve enabled RTSP streaming and successfully integrated the G4 Doorbell with Frigate—thank you, everything works great so far!

Now, I’m trying to set up 2-way audio using go2rtc. My configuration is included below.

Here’s what I’ve done:

I access the go2rtc web UI and navigate to the stream URL for my doorbell.

Then I open webrtc.html with a microphone enabled.

I can see the video and hear the audio from the doorbell.

The microphone icon is active, and it looks like my voice is being recorded or sent, but the doorbell doesn’t seem to receive any audio. There’s no sound on the device, and it doesn't react to my voice.

Has anyone successfully configured 2-way audio with the G4 Doorbell via go2rtc? Any tips or ideas on what might be wrong would be greatly appreciated.

enabled: true
log:
  level: trace
  format: text
streams:
  cam_5:
  - rtsp://192.168.0.124:8554/1080p //AqaraDoorbellG4
  - "ffmpeg:cam_5#audio=opus"

api:
  origin: '*'
hass:
  config: /config
webrtc:
  candidates:
  - 192.168.0.88:8555 //-frigate/go2rtc ip
  - stun:8555
rtsp:
  default_query: mp4
ffmpeg:
  bin: /usr/lib/ffmpeg/7.0/bin/ffmpeg`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions