From 78efe75bb32f6b68483f4ee6e1d2f4e7c50f94ca Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 11 Oct 2023 16:31:35 -0600 Subject: [PATCH] fix --- docs/docs/configuration/live.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 5e67833b4..d5ed1f033 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -39,10 +39,10 @@ go2rtc: streams: test_cam: - rtsp://192.168.1.5:554/live0 # <- stream which supports video & aac audio. - - "ffmpeg:rtsp_cam#audio=opus" # <- copy of the stream which transcodes audio to opus for webrtc + - "ffmpeg:test_cam#audio=opus" # <- copy of the stream which transcodes audio to opus for webrtc test_cam_sub: - rtsp://192.168.1.5:554/substream # <- stream which supports video & aac audio. - - "ffmpeg:rtsp_cam_sub#audio=opus" # <- copy of the stream which transcodes audio to opus for webrtc + - "ffmpeg:test_cam_sub#audio=opus" # <- copy of the stream which transcodes audio to opus for webrtc cameras: test_cam: