From 01663902d9eb051e23eaa2dfee3c28eab452da92 Mon Sep 17 00:00:00 2001 From: mynah Date: Thu, 21 Mar 2019 17:40:23 +0100 Subject: [PATCH] 6 ahead --- dojo.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dojo.conf b/dojo.conf index 04168e2..e71c903 100755 --- a/dojo.conf +++ b/dojo.conf @@ -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", }