Versions Compared

Key

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

...

  1. Digizuite embed player
    Out of the box, we use the Digizuite's embed player for rendering video asset in Sitecore. The html is a iframe, which can be ether a fixed width and height or it can be responsive to the container it is part of.

    Code Block
    languagexml
    <iframe width="100%" height="100%" scrolling="no" allowfullscreen="true" frameborder="0" src="https://[DAM URL]/dmm3bwsv3/embedplayer/play.aspx?accesskey=71c38ac6-2def-43b8-a226-ce1ad8152f57&aid=86&autostart=0&width=auto&height=auto&videoquality=videoPreview&fs=1" style=""></iframe>


    Info
    titleExample

    <iframe width="100%" height="100%" scrolling="no" allowfullscreen="true" frameborder="0" src="https://local.dev.digizuite.com/dev/dmm3bwsv3/embedplayer/play.aspx?accesskey=71c38ac6-2def-43b8-a226-ce1ad8152f57&aid=86&autostart=0&width=auto&height=auto&videoquality=videoPreview&fs=1" style=""></iframe>



  2. Native browser video playback
    sdgsdfGdfgdfg

  3. Custom video playback through API (code behind)
    sdfsdfsdfdsf

...