Skip to content
Discussion options

You must be logged in to vote

Thanks.

Your cameras are providing opus audio, but the MSE live player in Frigate requires AAC audio. See the camera settings recommendations in the docs. You have a few options:

  1. Set the audio output on your camera to AAC, if possible.
  2. Transcode the audio to AAC with go2rtc, eg - ffmpeg:rtsp://[hidden]:[hidden]@192.168.1.106:554/ch0#video=copy#audio=aac or you could add an additional stream under Living: as - ffmpeg:Living#audio=aac, see the docs.
  3. Set up WebRTC with go2rtc, which supports opus audio. Frigate will try to use the MSE player first before it tries WebRTC, though.

See the go2rtc codecs table for what codecs are supported.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@derp90
Comment options

@derp90
Comment options

@derp90
Comment options

@hawkeye217
Comment options

Answer selected by derp90
@derp90
Comment options

@hawkeye217
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment