Optional
abrThe source's ABR configuration.
- Available since v3.1.0.
- Overrides PlayerConfiguration.abr.
- Used for DASH and LL-HLS streams.
Optional
assetWhether asset info will be fetched from the Verizon Media Asset Info API and exposed on the player API.
- This feature is only available if VerizonMediaSource.assetType is 'asset'
true
if VerizonMediaSource.assetType is 'asset'
and false
otherwise
Optional
assetThe asset content type of the source.
'asset'
Optional
contentWhether the assets of the source are content protected.
false
Optional
crossThe cross-origin setting of the source.
''
- Available since v2.9.0.
Optional
dashThe configuration for controlling playback of an MPEG-DASH stream.
- Available since v2.79.0.
- Ignored for non-DASH streams.
Optional
hlsThe configuration for controlling playback of an HLS stream.
- Available since v2.82.0.
- Ignored for non-HLS streams.
Optional
hlsWhether the player should parse and expose date ranges from HLS manifests.
false
- Available since v2.61.0.
One or multiple asset identifiers for the source.
- The order of a list of asset identifiers is the order their corresponding assets will be played in.
The integration ID of the source.
Optional
lcevcWhether this source should be played using the LCEVC sdk.
- Requires the LCEVC feature to be enabled.
- Requires the V-Nova LCEVC SDK to be loaded on the page.
- Only available for DASH and HLS streams.
Optional
liveThe offset in seconds used to determine the live point. This live point is the end of the manifest minus the provided offset.
- Available since v2.35.0.
Three times the segment's target duration.
Optional
lowWhether the source should be played in the low-latency-mode of the player.
false
- This setting must be true
when using Low-Latency CMAF with ABR.
- Available since v2.62.0.
Optional
pingThe Ping API feature configuration of the source.
- A configuration with all features disabled will prevent Ping requests being sent.
A configuration with all features false
except for linearAdData
, which will be true
if VerizonMediaSource.assetType is
'channel'
or 'event'
and false
otherwise.
Optional
playbackThe query string parameters added to Verizon Media playback URL requests.
Each entry contains the parameter name with associated value.
Valid parameters:
- Uplynk Playback Customization parameters
- Uplynk Tokens parameters
Optional
prefixThe prefix to use for Verizon Media Preplay API and Asset Info API requests.
'https://content.uplynk.com'
Optional
preplayThe query string parameters added to Verizon Media Preplay requests.
Each entry contains the parameter name with associated value.
Valid parameters:
- Uplynk Preplay parameters
- Uplynk ads with AOL One Video parameters
- Uplynk ads with Doubleclick parameters
- Uplynk ads with FreeWheel parameters
Optional
timeThe URL of a time server used by the player to synchronise the time in DASH sources.
- Available since v2.47.0.
- The time server should return time in ISO-8601 format.
- Overrides the time server provided the DASH manifest's <UTCTiming>
.
- Only this source will use the time server. Alternatively, for all source use SourceConfiguration.timeServer.
Optional
useWhether the player is allowed to use credentials for cross-origin requests.
- Credentials are cookies, authorization headers or TLS client certificates.
false
Optional
useWhether this source should be played using native playback.
false
- Available since v2.68.0.
- Ignored for DASH streams.
- Only supported on browsers that can play HLS streams natively, will error otherwise.
Generated using TypeDoc
Represents a media resource which is found on the Verizon Media Platform.