From 0775bc4f59545caea9b677b524c01159c2ccc2ff Mon Sep 17 00:00:00 2001 From: Kirill Kadoshnikov Date: Sun, 12 Mar 2017 20:03:30 +0400 Subject: [PATCH] Correction lines 399 and 400. ls_script.liq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines 399 and 400. Changed the values of s3_name and s3_description places. (Because of this error, the Icecast confused the name and description of the flow) _______________________ Строки 399 и 400. Поменял значения s3_name и s3_description местами. (Из-за этой ошибки Icecast путал название и описание потока) _______________________ Sorry for my clumsy translation, I'm from Russia --- python_apps/pypo/liquidsoap/ls_script.liq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_apps/pypo/liquidsoap/ls_script.liq b/python_apps/pypo/liquidsoap/ls_script.liq index 8055aa48b..04ff2b8d5 100644 --- a/python_apps/pypo/liquidsoap/ls_script.liq +++ b/python_apps/pypo/liquidsoap/ls_script.liq @@ -396,8 +396,8 @@ if s3_enable == true then end server.register(namespace=!s3_namespace, "connected", fun (s) -> begin log("#{!s3_namespace}.connected") !s3_connected end) output_to(s3_output, s3_type, s3_bitrate, s3_host, s3_port, s3_pass, - s3_mount, s3_url, s3_name, s3_genre, s3_user, s, "3", - s3_connected, s3_description, s3_channels) + s3_mount, s3_url, s3_description, s3_genre, s3_user, s, "3", + s3_connected, s3_name, s3_channels) end s4_namespace = ref ''