This commit is contained in:
mynah
2019-03-21 17:40:23 +01:00
parent 2870b553d1
commit 01663902d9

View File

@@ -3,7 +3,7 @@
secrets => ['b8a9e54090ccb580b6203e53a9f9199af38ce538'],
path => 'public',
hypnotoad => {
listen => [ 'http://127.0.0.1:3000/' ],
listen => [ 'http://127.0.0.1:3003/' ],
},
#Chat =======================================================
@@ -19,13 +19,13 @@
#RTPM =======================================================
rtmp_server =>"rtmp://chaos.foundation/steam",
rtmp_channel =>"cell",
rtmp_channel =>"tcell",
#Dash/Webm =======================================================
dash_listen_url =>"https://radio.chaos.foundation/dash/live.mpd",
webm_listen_url =>"https://radio.chaos.foundation/live.webm",
webm_server_name=>"http://chaos.foundation:8000/live.webm",
webm_channel => "/live.webm",
dash_listen_url =>"https://radio.chaos.foundation/dash/tlive.mpd",
webm_listen_url =>"https://radio.chaos.foundation/tlive.webm",
webm_server_name=>"http://chaos.foundation:8000/tlive.webm",
webm_channel => "/tlive.webm",
}