From fdfc16afc53e323d0c9bd20684689c77681e83d4 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Tue, 5 Jan 2016 21:29:37 +0100 Subject: [PATCH] MOD cleanup metadata and player_modal_help_content --- conf/live.json | 4 ++-- static/webserver/public/locales/lang-de_DE.json | 2 +- static/webserver/public/locales/lang-en_US.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/live.json b/conf/live.json index cf4324a..87cb317 100644 --- a/conf/live.json +++ b/conf/live.json @@ -11,7 +11,7 @@ "-c copy", "-map_metadata -1", "-metadata application=datarhei/Restreamer", - "-metadata server=NGINX(RTMP-Module)", + "-metadata server=NGINX-RTMP", "-f flv" ], "native_h264_soundless_aac":[ @@ -26,7 +26,7 @@ "-ab 128k", "-map_metadata -1", "-metadata application=datarhei/Restreamer", - "-metadata server=NGINX(RTMP-Module)", + "-metadata server=NGINX-RTMP", "-f flv" ], "snapshot": "-vframes 1" diff --git a/static/webserver/public/locales/lang-de_DE.json b/static/webserver/public/locales/lang-de_DE.json index 4d02ff3..59aed43 100755 --- a/static/webserver/public/locales/lang-de_DE.json +++ b/static/webserver/public/locales/lang-de_DE.json @@ -17,6 +17,6 @@ "output_optional": "Zusätzlicher RTMP-Streaming-Server", "output_optional_example": "z.b. rtmp://live.youtube.com/channelId", "player_modal_help_titel": "Der iFrame-Code und ein Preview-Image zur Einbettung in der Webseite:", - "player_modal_help_content": "Zusätzlich muss der Port 8080 von dem Router auf die IP-Adresse des Rechners weitergeleitet werden", + "player_modal_help_content": "Zusätzlich muss der Port aus den Beispielen auf die IP-Adresse des Rechners weitergeleitet werden", "not_valid_rtmp": "Keine valide RTMP-Adresse" } diff --git a/static/webserver/public/locales/lang-en_US.json b/static/webserver/public/locales/lang-en_US.json index 3a999c8..e5f4c6d 100644 --- a/static/webserver/public/locales/lang-en_US.json +++ b/static/webserver/public/locales/lang-en_US.json @@ -16,6 +16,6 @@ "process_init": "The streaming-process is initiating. Please wait...", "output_optional": "External RTMP-Streaming-Server", "output_optional_example": "e.g. rtmp://live.youtube.com/channelId", - "player_modal_help_titel": "iFrame code an preview of image to embed in website:", - "player_modal_help_content": "In addition port 8080 have to be forwarded from the router to ip adress of the computer" + "player_modal_help_titel": "iFrame code and preview of image to embed in website:", + "player_modal_help_content": "In addition the port of the examples have to be forwarded from the router to IP address of the computer" }