Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceConfigOptions

Hierarchy

  • SourceConfigOptions

Index

Properties

Optional audioCodecPriority

audioCodecPriority: string[]

Currently only supported for DASH Streams. 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 PlaybackConfig.audioCodecPriority

since

7.6

Optional dashManifestWithCredentials

dashManifestWithCredentials: boolean

Send credentials and cookies along with cross origin MPEG-DASH manifest requests. Must be supported by the server. Default is false.

Optional dashWithCredentials

dashWithCredentials: boolean

Send credentials and cookies along with cross origin MPEG-DASH segment requests. Must be supported by the server. Default is false.

Optional hlsManifestWithCredentials

hlsManifestWithCredentials: boolean

Send credentials and cookies along with cross origin HLS manifest requests. Must be supported by the server. Default is false.

Optional hlsWithCredentials

hlsWithCredentials: boolean

Send credentials and cookies along with cross origin HLS segment requests. Must be supported by the server. Default is false.

Optional manifestWithCredentials

manifestWithCredentials: boolean

Send credentials and cookies along with cross origin manifest (HLS and MPEG-DASH) requests. Must be supported by the server. Default is false.

Optional persistentPoster

persistentPoster: boolean

If set to true, this will keep the poster image visible during playback, e.g. for audio-only streams.

Optional startTime

startTime: number

The position in fractional seconds to start playback from.

since

7.1

Optional videoCodecPriority

videoCodecPriority: string[]

Currently only supported for DASH Streams. Specify 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 PlaybackConfig.videoCodecPriority

since

7.6

Optional withCredentials

withCredentials: boolean

Send credentials and cookies along with cross origin (HLS and MPEG-DASH) segment requests. Must be supported by the server. Default is false.

Generated using TypeDoc