Skip to main content
Documentation
Player JSON Configuration
Show options for:
object
 
: {
array
 
content : [
// Defines the main video content units to playback. Ads will be automatically inserted to this array, as configured using the `ads` dictionary, in the root of the configuration file. The units defined in this array will playback after units defined as `bumpers` and before units defined as `exits`.
// available on:
// required
object
 
items : {
string
 
url,
string
 
subtitlesUrl,
boolean
 
autoplay,
string
 
scalingMode,
boolean
 
allowPinch,
integer
 
initialPlaybackTime,
object
 
controls : { ... }
array
 
overlays : [ ... ]
string
 
manager,
string
 
renderer,
integer
 
minimumAdInitialOffset,
integer
 
minimumAdFinalOffset,
integer
 
minimumAdSpacing,
string
 
seekAdHandling,
object
 
metadata : { ... }
object
 
tracking : { ... }
string
 
youtube,
string
 
vimeo,
}
]
array
 
bumpers : [ ... ]
array
 
exits : [ ... ]
object
 
ads : {
// Contains configuration settings for ads to be displayed with the main playlist.
// available on:
// optional
string
 
vmap,
object
 
adBreaks : { ... }
string
 
scalingMode,
array
 
videoMimeTypes : [ ... ]
boolean
 
allowPinchToFullscreen,
string
 
adPodFallback,
string
 
multiAdConflictPolicy,
boolean
 
allowMultipleAds,
boolean
 
followWrappers,
array
 
defaultAdBreakPositions : [ ... ]
string
 
afterBannerTapped,
string
 
afterVideoAdTapped,
string
 
requestUserAgent,
object
 
skipButton : { ... }
object
 
countdown : { ... }
object
 
fullscreenButton : { ... }
object
 
banners : { ... }
object
 
controls : { ... }
object
 
icons : { ... }
}
}