Skip to content

Commit

Permalink
MOD cleanup metadata and player_modal_help_content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Stabenow committed Jan 5, 2016
1 parent 34f17e6 commit fdfc16a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/live.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion static/webserver/public/locales/lang-de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions static/webserver/public/locales/lang-en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fdfc16a

Please sign in to comment.