From 93f2316711938c273ef200d9036d1d8018f8408f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 27 Jan 2023 05:14:02 -0700 Subject: [PATCH] Update live.md (#5254) --- docs/docs/configuration/live.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 9a963748c..19c75c9e4 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -26,7 +26,8 @@ go2rtc: - 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 the missing codec (usually will be opus) http_cam: # <- for http streams - - "ffmpeg:http://192.168.50.155/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=user&password=password#video=copy#audio=copy#audio=opus" # <- http streams must use ffmpeg to set all types + - http://192.168.50.155/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=user&password=password # <- stream which supports video & aac audio + - ffmpeg:http_cam#audio=opus # <- copy of the stream which transcodes audio to the missing codec (usually will be opus) ``` ### Setting Stream For Live UI