From 1e9ee295330ae4d74b9fb62bb5007658f9dac708 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 17 Jan 2023 06:51:44 -0700 Subject: [PATCH] Update live.md --- docs/docs/configuration/live.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index f453a508f..be8b0686f 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -30,7 +30,9 @@ However, chances are that your camera already provides at least one usable audio ```yaml go2rtc: streams: - test_cam: ffmpeg:rtsp://192.168.1.5:554/live0#video=copy#audio=copy#audio=opus + test_cam: + - rtsp://192.168.1.5:554/live0 # <- stream which supports video & aac audio. This is only supported for rtsp streams, http must use ffmpeg + - ffmpeg:test_cam#audio=opus # <- copy of the stream which transcodes audio to opus ``` Which will reuse your camera AAC audio, while also adding one track in OPUS format.