Versions Compared

Key

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

Video playback in Dam for Sitecore, can be configured.

In the following section we will explain the different ways the , it is explained how video playback can be is handled.

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

    Info
    titleExample

    <iframe width="100%" height="100%" scrolling="no" allowfullscreen="true" frameborder="0" src="https://local.dev.digizuite.com/dev[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>



  2. Native browser video playback
    sdgsdfGdfgdfgThis player uses the native browser video playback. The drawback of this solution, is that the player controls looks different for each browser vendor.

    Info
    titleExample

    <div style="width:640px; height:360px;"><div style="width:640px; height:360px;"> <video >
       <video controls="controls" width="640" height="360" poster="/media/9c60ffb4e919412ab924c6b925612774/774-50045" >
          <source type="video/mp4" src="https://[DAM URL]/dmm3bwsv3/assetstream.aspx?accesskey=a9402f36-039d-43ba-9109-ac599b6335b7&destinationid=10010&assetid=774&mediaformatid=50050">
       </video>
    </video></div>


  3. Custom video playback through API (code behind)
    sdfsdfsdfdsfThe video streaming URL is retrieved from the API, see this guide DFS 8.1.0 - 4 Accessing metadata through API, and using this a custom video player is constructable.

Configuration

To configure the html for the video asset, navigate to sitecore → Templates → Branches → DFS → AssetTypeOutputRoot →  AssetTypeOutputRoot and select the 01 - Video item.

Image Added

The Html section contains the html template for the different content areas. The two important fields for video playback is Rich Text Editor Media and Asset Field Type. This is rendered when inserting a video asset into RTE or when using the DAM for Sitecore asset field.The stampvalues in the html are tags that are replaced through a pipeline. Read more about the stampvalues in section 3.6. Whenever changes to these fields are made, then the silo has to be synchronized in order for the changes to work.