...
Furthermore, Digizuite utilizes a video player called Flowplayer. This is an extension built on-top of the standard HTML5 video player. The main reason for this is it has the same styling across all browsers.
Using the standard HTML5 video player
The HTML template can also be customized to use the standard HTML5 video player if that is preferred. An example of such a template could look like this:
...
This uses the standard HTML5 video player with direct streaming from Digizuite. This can of course be modified with styling as needed.
Custom video playback through API (code behind)
The video streaming URL is retrieved from the API, see this guide DFS 9.2.0 - 4 Accessing metadata through API, and using this a custom video player is constructable.
...