From 835f0309e46765a6e92d8aab178b937c74425359 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Apr 2015 04:07:34 +0200 Subject: Some more changes for TG15. --- web/streamlib/stream/config.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/streamlib') diff --git a/web/streamlib/stream/config.pm b/web/streamlib/stream/config.pm index 4c0d4e3..1c968da 100644 --- a/web/streamlib/stream/config.pm +++ b/web/streamlib/stream/config.pm @@ -6,7 +6,7 @@ use NetAddr::IP; our $v4net = NetAddr::IP->new("151.216.128.0/17"); our $v6net = NetAddr::IP->new("2a02:ed02::/32"); our $multicast = "udp://\@233.191.12.1"; -our $video_url = "http://cubemap.tg15.gathering.org/event.flv"; +our $video_url = "http://cubemap.tg15.gathering.org/creativia.flv"; our $tg = 15; our $tg_full = 2015; @@ -25,7 +25,7 @@ our %streams = ( 'port' => 80, 'url' => 'http://cubemap.tg15.gathering.org/event.flv', 'ts_enabled' => 1, - 'online' => 1, + 'online' => 0, 'external' => 1, 'interlaced' => 0, 'has_multicast' => 0, @@ -55,7 +55,7 @@ our %streams = ( 'port' => 80, 'url' => 'http://cubemap.tg15.gathering.org/game.flv', 'ts_enabled' => 1, - 'online' => 1, + 'online' => 0, 'external' => 1, 'interlaced' => 0, 'has_multicast' => 0, -- cgit v1.2.3