Streaming Parameters - Defaults and Numeric Settings Print

  • defaults, filters, timeout, fragments, concurrency
  • 0

Default Track Filters

  • Default CDN – CDN name to be used by default when multiple CDN manifest URLs are available. Default is empty (no filter).
  • Default video – Default video streams to select. Each filter can be an extract of the real stream description. For example, '720p' will match '720p30', '720p60', etc. Multiple filters can be defined, '|' separated. Default is empty.
  • Default audio – Default audio streams to select. For example, 'Eng' will match 'English'. Multiple filters can be defined, '|' separated. Default is empty.
  • Default subtitles – Default subtitles streams to select. For example, 'Eng' will match 'English'. Multiple filters can be defined, '|' separated. Default is empty.

Numeric Settings

  • HLS playlist duration (s) – Duration of the HLS output playlist. There can't be fewer than 5 fragments. Ignored if 'Output fragments count' is not 0. Default is 15 seconds.
  • Delay before closing DirectHTTP (s) – Don't close the stream immediately after a DirectHTTP connection stops.
  • HTTP get timeout – HTTP call timeout. Automatically increased to 24 hours for VOD streams. Default is 30 seconds.
  • HTTP get tentatives count – Number of times to retry getting a manifest or media file. Default is 2.
  • HLS fragments duration (s) – Duration of output fragments. Ignored in FFmpeg TS HLS/Direct mode. Default is 0 (auto).
  • Output fragments count – Force the number of fragments in the HLS output playlist. Default is auto.
  • Stalled stream timeout (s) – Time to wait before detecting a stalled input stream. Default is 60.
  • Playback Delay (s) – Add a playback delay to the input stream. Default is 0.
  • DASH time offset (ms) – Add an offset to the wall clock to compute DASH fragment times.
  • CDM provider ID – Provider ID to pass when calling keys archive and external CDM scripts.
  • DRM level – DRM level to pass to external CDM script.
  • CDM certificate – CDM certificate base64 to pass to external CDM script.
  • Max streams concurrency – Max number of streams that can run simultaneously. Default is 0 (no limit).
  • Retry new manifest count – Number of times to retry getting a new manifest using the script. Only works when 'Session Manifest' is enabled. Default is 1.
  • Max streams per account – Max number of streams per script account. Default is 0 (no limit).
  • Max download concurrency – Max number of concurrent media retrieval per stream (SpeedUp mode). Default is 50.
  • Max concurrent script calls – Max number of concurrent calls to the provider script. Default is 0 (no limit).

Was this answer helpful?

« Back