From 4fc9106c17cb6784d5f532f7279d9a53f5474c39 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 7 Jan 2025 17:02:32 -0600 Subject: [PATCH] Update for correct audio requirements (#15882) --- docs/docs/configuration/live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 25bf7537c..6d63744cc 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -29,7 +29,7 @@ The default video and audio codec on your camera may not always be compatible wi ### Audio Support -MSE Requires AAC audio, WebRTC requires PCMU/PCMA, or opus audio. If you want to support both MSE and WebRTC then your restream config needs to make sure both are enabled. +MSE Requires PCMA/PCMU or AAC audio, WebRTC requires PCMA/PCMU or opus audio. If you want to support both MSE and WebRTC then your restream config needs to make sure both are enabled. ```yaml go2rtc: