Optional
audio7.6
Optional
dashSend credentials and cookies along with cross origin MPEG-DASH manifest requests.
Must be supported by the server. Default is false
.
Optional
dashSend credentials and cookies along with cross origin MPEG-DASH segment requests.
Must be supported by the server. Default is false
.
Optional
headersOptional
hlsSend credentials and cookies along with cross origin HLS manifest requests.
Must be supported by the server. Default is false
.
Optional
hlsSend credentials and cookies along with cross origin HLS segment requests.
Must be supported by the server. Default is false
.
Optional
manifestSend credentials and cookies along with cross origin manifest (HLS and MPEG-DASH) requests.
Must be supported by the server. Default is false
.
Optional
persistentIf set to true
, this will keep the poster image visible during playback, e.g. for audio-only streams.
Optional
shouldWith this callback it's possible to override the player's default behavior regarding the recreation of SourceBuffers and MediaSource when switching periods or discontinuities.
The downside of SourceBuffer recreation is a prolonged transition time with possible black frames between the
periods. The upside is increased stability: not recreating SourceBuffers may result in
PLAYBACK_VIDEO_DECODING_ERROR
, or a stuck video element on many platforms. This also depends on the playing
content itself.
The Bitmovin player is taking a fairly offensive approach on SourceBuffer recreation, meaning it will recreate the SourceBuffers and the MediaSource when there is any risk that the content might get stuck.
The information of the period the player is switching away from.
The information of the period the player is switching into.
The default behavior suggested by the player, true
for recreation, false
for reusing.
true
for SourceBuffer and MediaSource recreation, false
for re-using.
8.87.0
Optional
startThe position where the stream should be started. Number can be positive or negative depending on the used TimelineReferencePoint. Invalid numbers will be corrected according to the stream boundaries. For VOD this is applied at the time the stream is loaded, for LIVE when the playback starts.
Example:
// Start a VOD stream at 10.5 seconds
{
startOffset: 10.5,
startOffsetTimelineReference: TimelineReferencePoint.Start // also the default value
}
// Start a LIVE stream 20 seconds behind the live edge
{
startOffset: -20,
startOffsetTimelineReference: TimelineReferencePoint.End // also the default value
}
8.9.0
Optional
startTimeline reference point to calculate startOffset from.
Default for live: TimelineReferencePoint.End
Default for VOD: TimelineReferencePoint.Start
Optional
startThe position in fractional seconds to start playback from.
7.1
use StartOffset instead
Optional
videoSpecify the priority of video codecs for this source. If more than one video codec is available this order will be respected while finding a codec which is supported by the current browser. Default is videoCodecPriority
7.6
Optional
withSend credentials and cookies along with cross origin (HLS and MPEG-DASH) segment requests.
Must be supported by the server. Default is false
.
Specify the priority of audio codecs for this source. If more than one audio codec is available this order will be respected while finding a codec which is supported by the current browser. Default is audioCodecPriority