From 0c4d4f464d95f94cf0ad5bce0f6d58a0cf4f8eb6 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 1 Feb 2023 08:11:14 -0700 Subject: [PATCH] Remove qualifiers --- 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 b5c328514..14978492e 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -50,11 +50,11 @@ cameras: output_args: record: preset-record-generic-audio-copy inputs: - - path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream + - path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera in restream input_args: preset-rtsp-restream roles: - record - - path: rtsp://127.0.0.1:8554/test_cam_sub?video=copy # <--- the name here must match the name of the camera_sub in restream + - path: rtsp://127.0.0.1:8554/test_cam_sub # <--- the name here must match the name of the camera_sub in restream input_args: preset-rtsp-restream roles: - detect