From b4b5a581ae1aa5cd9616637600665e9a405f3b7c Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Tue, 12 Jul 2016 16:02:46 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20=D1=83=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BC=D1=8B=20=D0=B8=D0=BB=D0=B8=20=D0=BA=D0=B0=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- streamsaver | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/streamsaver b/streamsaver index df3c616..4f9a3d6 100755 --- a/streamsaver +++ b/streamsaver @@ -181,7 +181,7 @@ makeCMD() { # enableOption output_format -c %% #ICECAST - enableOption input_channel -map 0:%% + enableOption input_channel -map %% enableOption channel_name \ -legacy_icecast 1 \ -content_type audio/mpeg \ @@ -194,7 +194,7 @@ makeCMD() { icecast://source:${config[password]}@${config[icecast]}/${config[mountpoint]} # АРХИВ - enableOption input_channel -map 0:%% + enableOption input_channel -map %% enableOption archive_log \ -segment_list %% \ -segment_list_entry_prefix "${config[archive_dir]}" \ @@ -211,7 +211,7 @@ makeCMD() { -strftime 1 "${config[archive_dir]}/$FILE_NAME" # АНАЛИЗ - enableOption input_channel -map 0:%% + enableOption input_channel -map %% enableOption slices_log \ -segment_list %% \ -segment_list_entry_prefix "${config[slices_dir]}" \