From 869bb2b1777b0d214ee8fe261c6beb3bca89849f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 13 Oct 2023 05:15:39 -0600 Subject: [PATCH] clarifications and fixes for live go2rtc example (#8132) * clarifications and fixes for live go2rtc example * fix --- docs/docs/configuration/live.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 9ffd4114b..d5ed1f033 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -37,12 +37,12 @@ There may be some cameras that you would prefer to use the sub stream for live v ```yaml go2rtc: streams: - rtsp_cam: + 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 - rtsp_cam_sub: + - "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 + - "ffmpeg:test_cam_sub#audio=opus" # <- copy of the stream which transcodes audio to opus for webrtc cameras: test_cam: @@ -59,7 +59,7 @@ cameras: roles: - detect live: - stream_name: rtsp_cam_sub + stream_name: test_cam_sub ``` ### WebRTC extra configuration: