From 0cc8c3491a6c6c903685e4bb9349b0c94f813b2e Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 25 Apr 2022 08:55:34 -0400 Subject: [PATCH] Update install_config.sh --- scripts/install_config.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install_config.sh b/scripts/install_config.sh index cbd29f1..8906ec5 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -61,6 +61,13 @@ ICE_PWD=birdnetpi BIRDNETPI_URL= +#---------------------------- RTSP Stream URL -------------------------------# + +## If RTSP_STREAM is set, the system will use the RTSP stream as its audio +## source instead of recording its own audio. If this variable is kept empty, +## BirdNET-Pi will default to recording its own audio. + +RTSP_STREAM= #------------------- Mobile Notifications via Pushed.co ---------------------# #____________The two variables below enable mobile notifications_______________#