Go2rtc/webrtc Frigate no sound

Hey all,

So I’ve come a long way to setup my Reolink Wifi into Frigate. However, for some reasons my webrtc is not giving any sound. It does via mse and via VLC live stream it gives me sound too (rtsp://admin:… url). What could it be? I’ve tried at least the following settings under go2rtc:

  • “ffmpeg:rtsp://admin:***@192.168.2.66:554/h264Preview_01_sub?video&audio”
  • “ffmpeg:rtsp://admin:***@192.168.2.66:554/h264Preview_01_sub?audio=aac”
  • “ffmpeg:reolink#audio=aac”

Giving Reolink doorbell a FFPROBE it gives me the following codecs:
Audio Codec: AAC (Advanced Audio Coding)
Video Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 Resolution: 640x480 FPS: 10/1

go2rtc version upgraded to 1.5.0.

Code:

mqtt:
  host: 192.168.2.64
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: ****
  password: ****
  stats_interval: 60

#AI detectors
detectors:
  ov:
    type: openvino
    device: AUTO
    model:
      path: /openvino-model/ssdlite_mobilenet_v2.xml

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

#go2rtc
go2rtc:
  streams:
    reolink:
      - rtsp://admin:***@192.168.2.66:554/h264Preview_01_sub
      - "ffmpeg:reolink#audio=aac"

#Cameras
cameras:
  reolink:
    enabled: True
    ffmpeg:
      inputs:
        - path: rtsp://admin:***@192.168.2.66:554/h264Preview_01_sub
          roles:
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy
    mqtt:
      enabled: true
      timestamp: true
      bounding_box: true
      crop: false

#default camera conf
objects:
  track:
    - person
  filters:
    person:
      threshold: 0.7

snapshots:
  retain:
    default: 14
    objects:
      person: 14

Please help, I have no clue :face_with_peeking_eye:

/edit
microphone doesn’t seems to work either. but some people online said this is due to missing SSL?

Good to mention:

It is go2rtc using webrtc (frigate card)

go2rtc:
  modes:
    - webrtc

Camera Specific Configurations | Frigate (deploy-preview-6262–frigate-docs.netlify.app)