From 943b8ac93bd671d6f286707e44a5f1ba96e6d095 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 16 Jan 2023 14:31:00 -0700 Subject: [PATCH] Remove audio from detect Co-authored-by: Felipe Santos --- 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 57dd1f01b..b9cc7ecb9 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -63,7 +63,7 @@ cameras: input_args: preset-rtsp-restream roles: - record - - path: rtsp://127.0.0.1:8554/test_cam_sub?video=copy&audio=aac # <--- the name here must match the name of the camera_sub in restream + - 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 input_args: preset-rtsp-restream roles: - detect