aboutsummaryrefslogtreecommitdiffstats
path: root/web/streamlib
diff options
context:
space:
mode:
authorroot <root@einstein.tg15.gathering.org>2015-04-05 04:07:34 +0200
committerroot <root@einstein.tg15.gathering.org>2015-04-05 04:07:34 +0200
commit835f0309e46765a6e92d8aab178b937c74425359 (patch)
tree9712ef357370c86517b92bfa08bece8df7b8513b /web/streamlib
parentc2e2960899fc2a52b8bf03f842bebf81c8b5404d (diff)
Some more changes for TG15.
Diffstat (limited to 'web/streamlib')
-rw-r--r--web/streamlib/stream/config.pm6
1 files changed, 3 insertions, 3 deletions
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,