diff options
author | MaZderMind | 2014-10-19 20:47:58 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 20:47:58 +0200 |
commit | aa10d8d0e776506397403c2221704133d05b6e0f (patch) | |
tree | 103279962404b31fc72d9566a664fae423f15772 /template/assemblies/switcher/video.phtml | |
parent | 48d947b34e87a26ba8bdbc55861bb6cd451a3ccc (diff) |
icecast/webm support
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 15 |
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> |