Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleHTML5 Video player template
<video controls<div style="width:640px; height:360px;">
  <video poster="{stampvalue-config:baseaddress}dmm3bwsv3/{stampvalue-asset:assetid}_2_11_1_11_0_{stampvalue-access:accesskey}_False.jpg" controls="controls" style="width:100%; height:100%;"> 
    <source type="video/mp4" src="{stampvalue-config:baseaddress}dmm3bwsv3/{stampvalue-asset:assetid}_{stampvalue-selected:quality}_{stampvalue-config:destinationid}_1_11_0_{stampvalue-access:accesskey}_False.mp4">
  </video>
</div>

This uses the standard HTML5 video player with direct streaming from Digizuite. This can of course be modified with styling as needed.

...