diff options
author | MaZderMind | 2016-12-22 20:25:35 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-22 20:25:35 +0100 |
commit | d00fda4353e943c249354edf6e11cccfdc089d83 (patch) | |
tree | d8ab8848b2f08f5289d117b349de50b824438a4f /template | |
parent | efdae0713ec5890aab5358747ffc304d97ab058b (diff) |
working example of minimal dash player
Diffstat (limited to 'template')
-rw-r--r-- | template/assemblies/player/dash.phtml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/template/assemblies/player/dash.phtml b/template/assemblies/player/dash.phtml index 89d3ee8..081537a 100644 --- a/template/assemblies/player/dash.phtml +++ b/template/assemblies/player/dash.phtml @@ -1 +1,10 @@ -<h2 style="text-align: center; margin: 40px 0;">DASH-Player coming soon</h1> +<script type="text/javascript" src="<?=h($assets)?>dashjs/dash.all.debug.js"></script> + +<!-- working example: src="http://dash.edgesuite.net/envivio/EnvivioDash3/manifest.mpd" --> +<video + data-dashjs-player + autoplay + src="<?=h($room->getDashManifestUrl())?>" + controls="true" + style="width: 100%" +/> |