From 0b3692cce0b317de0a202336b683353cb6ffba10 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 20 Aug 2022 02:14:41 +0100 Subject: [PATCH] Update rtmps-server.xml added branches switched out curly brackets for good old fashioned regular brackets --- templates/rtmps-server.xml | 54 ++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/templates/rtmps-server.xml b/templates/rtmps-server.xml index 5113e8a..7eba7cf 100644 --- a/templates/rtmps-server.xml +++ b/templates/rtmps-server.xml @@ -3,6 +3,14 @@ RTMPS-Server jamiephonic/rtmps-hls-server https://hub.docker.com/r/jamiephonic/rtmps-hls-server + + latest + Latest release based on Debian + + + latest-alpine + Latest release based on Alpine + bridge sh false @@ -11,46 +19,46 @@ This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. Stream live RTMP content to: -rtmp://{server ip}:1935/live/{stream_key} -where {stream_key} is any stream key you specify. +rtmp://(server ip):1935/live/(stream_key) +where (stream_key) is any stream key you specify. Stream live RTMPS content to: -rtmps://{ssl_domain}:1936/live/{stream_key} -where {stream_key} is any stream key you specify. +rtmps://(ssl_domain):1936/live/(stream_key) +where (stream_key) is any stream key you specify. (Check the Github Wiki for information on setting up RTMPS support) View in VLC: -rtmp://{server ip}:1935/live/{stream-key} -http://{server ip}:8080/hls/{stream-key}.m3u8 -http://{server ip}:8080/dash/{stream-key}_src.mpd +rtmp://(server ip):1935/live/(stream-key) +http://(server ip):8080/hls/(stream-key).m3u8 +http://(server ip):8080/dash/(stream-key)_src.mpd -View in Browser (assumes {stream-key} is 'test', edit the html files from the mounted directory to change this): -http://{server ip}:8080/players/hls.html -http://{server ip}:8080/players/dash.html -http://{server ip}:8080/players/rtmp.html +View in Browser (assumes (stream-key) is 'test', edit the html files from the mounted directory to change this): +http://(server ip):8080/players/hls.html +http://(server ip):8080/players/dash.html +http://(server ip):8080/players/rtmp.html GameServers: Network:Other - http://[IP]:[PORT:8080]/stats + http://(IP):(PORT:8080)/stats https://intinor.com/wp-content/uploads/2017/01/RTMP.png This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. Stream live RTMP content to: -rtmp://{server ip}:1935/live/{stream_key} -where {stream_key} is any stream key you specify. +rtmp://(server ip):1935/live/(stream_key) +where (stream_key) is any stream key you specify. Stream live RTMPS content to: -rtmps://{ssl_domain}:1936/live/{stream_key} -where {stream_key} is any stream key you specify. +rtmps://(ssl_domain):1936/live/(stream_key) +where (stream_key) is any stream key you specify. (Check the Github Wiki for information on setting up RTMPS support) View in VLC: -rtmp://{server ip}:1935/live/{stream-key} -http://{server ip}:8080/hls/{stream-key}.m3u8 -http://{server ip}:8080/dash/{stream-key}_src.mpd +rtmp://(server ip):1935/live/(stream-key) +http://(server ip):8080/hls/(stream-key).m3u8 +http://(server ip):8080/dash/(stream-key)_src.mpd -View in Browser (assumes {stream-key} is 'test', edit the html files from the mounted directory to change this): -http://{server ip}:8080/players/hls.html -http://{server ip}:8080/players/dash.html -http://{server ip}:8080/players/rtmp.html +View in Browser (assumes (stream-key) is 'test', edit the html files from the mounted directory to change this): +http://(server ip):8080/players/hls.html +http://(server ip):8080/players/dash.html +http://(server ip):8080/players/rtmp.html /mnt/user/appdata/rtmp-server 1935 1936