aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher
diff options
context:
space:
mode:
authorAnton Schubert2017-05-28 03:37:40 +0200
committerAnton Schubert2017-05-28 03:37:40 +0200
commita1cc81790f8a04108ff56739ba284d600c9fd4e9 (patch)
tree95612f6f6161a97f2819fcf5580ce4c926de2596 /template/assemblies/switcher
parentd823c8614fff8c7210963465760a8f96fd42e4df (diff)
update dash-player to simultaneous dash/hls player
Diffstat (limited to 'template/assemblies/switcher')
-rw-r--r--template/assemblies/switcher/dash.phtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/assemblies/switcher/dash.phtml b/template/assemblies/switcher/dash.phtml
index 164af12..63b8381 100644
--- a/template/assemblies/switcher/dash.phtml
+++ b/template/assemblies/switcher/dash.phtml
@@ -22,6 +22,14 @@
</a>
</div>
+ <div class="btn-group" role="group">
+ <div class="btn btn-primary" disabled>HLS</div>
+ <a href="<?=h($room->GetHLSPlaylistUrl())?>" target="_blank" class="btn btn-default">
+ <span class="fa fa-flask"></span>
+ Playlist
+ </a>
+ </div>
+
</div>
</div>
</div>