aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/video.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 20:47:58 +0200
committerMaZderMind2014-10-19 20:47:58 +0200
commitaa10d8d0e776506397403c2221704133d05b6e0f (patch)
tree103279962404b31fc72d9566a664fae423f15772 /template/assemblies/switcher/video.phtml
parent48d947b34e87a26ba8bdbc55861bb6cd451a3ccc (diff)
icecast/webm support
Diffstat (limited to '')
-rw-r--r--template/assemblies/switcher/video.phtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 6ad26c8..1ecf0f6 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -35,3 +35,18 @@
<? endforeach ?>
</ul>
<? endforeach ?>
+
+<h3>Direktlinks (WebM)</h3>
+<ul>
+ <li>
+ <span class="label filetype">HQ</span>
+ <a href="<?=h(link_stream('icecast', $room, 'hq'))?>">
+ <span class="fa fa-flag-o"></span>
+ native
+ </a>
+ <a href="<?=h(link_stream('icecast', $room, 'hq', true))?>">
+ <span class="fa fa-flag"></span>
+ translated
+ </a>
+ </li>
+</ul>