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