SourceStreamingType

SourceStreamingType ⇐ Const

Kind: global class
Extends: Const
See: AbstractSource

SourceStreamingType()

Enumeration of possible streaming types for an AbstractSource.

DASH : number

MPEG-DASH adaptive bit-rate HTTP-based streaming

Kind: static constant of SourceStreamingType

HLS : number

Apple HTTP Live Streaming

Kind: static constant of SourceStreamingType

HSS : number

Microsoft Smooth Streaming

Kind: static constant of SourceStreamingType

HDS : number

Adobe HTTP Dynamic Streaming

Kind: static constant of SourceStreamingType

MP4 : number

MPEG-4 Streaming

Kind: static constant of SourceStreamingType

AUTO : number

Use player’s auto-detection capability

In most case, will use player’s ability to deduce streaming type from HTTP response mime type.

Kind: static constant of SourceStreamingType