aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 21:44:42 +0100
committerMaZderMind2014-11-09 21:44:42 +0100
commit0575b7d60ec7ddf491461c28b0968a0a2b07cba6 (patch)
treec428655830bbc1177f073e7d7bd9669b4b1d57e7 /template/assemblies/switcher
parent019368a69aa58b2805ca142508e022f99b6af534 (diff)
correct streaming domains
according to https://c3voc.de/wiki/intern:31c3:cdn
Diffstat (limited to 'template/assemblies/switcher')
-rw-r--r--template/assemblies/switcher/audio.phtml4
-rw-r--r--template/assemblies/switcher/video.phtml4
2 files changed, 4 insertions, 4 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml
index 4e6b571..2ee3690 100644
--- a/template/assemblies/switcher/audio.phtml
+++ b/template/assemblies/switcher/audio.phtml
@@ -20,11 +20,11 @@
<? foreach(array('mp3', 'ogg', 'opus') as $iter): ?>
<li>
<span class="label filetype"><?=h(strtoupper($iter))?></span>
- <a href="<?=h(link_stream('icecast', $room, $iter))?>">
+ <a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-flag-o"></span>
native
</a>
- <a href="<?=h(link_stream('icecast', $room, $iter, true))?>">
+ <a href="<?=h(link_stream('audio', $room, $iter, true))?>">
<span class="fa fa-flag"></span>
translated
</a>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 549b5d7..446b006 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -40,11 +40,11 @@
<ul>
<li>
<span class="label filetype">HQ</span>
- <a href="<?=h(link_stream('icecast', $room, 'webm'))?>">
+ <a href="<?=h(link_stream('webm', $room, 'webm'))?>">
<span class="fa fa-flag-o"></span>
native
</a>
- <a href="<?=h(link_stream('icecast', $room, 'webm', true))?>">
+ <a href="<?=h(link_stream('webm', $room, 'webm', true))?>">
<span class="fa fa-flag"></span>
translated
</a>