VideoPlayer.playback

Last update: 2022-01-27
  • Created for:
  • Developer
    User

Configuration attribute for Mixed Media Video Viewer.

[VideoPlayer.|<containerId>_videoPlayer.]playback=auto|progressive

auto|progressive

Sets the type of playback used by the viewer. When auto is set, on most desktop browsers and all iOS devices, the viewer uses HTML5 streaming video in HLS format. It falls back to progressive HTML5 playback on certain systems like older Internet Explorer and Android™.

If progressive is specified, the viewer relies only on HTML5 playback as natively supported by browsers and plays video progressively on all systems.

For more information on the playback selection in auto and progressive modes, consult the Viewer SDK User Guide.

Properties

Optional.

Default

auto

Example

playback=progressive

On this page