Options
All
  • Public
  • Public/Protected
  • All
Menu

Configurable Options valid only for the HiveJava Tech Usage:


 options: {
     HiveJava: {
         minVersion: "2015.1.100"
     }
 }
 

Hierarchy

Index

Properties

Optional contextMatcher

contextMatcher: HiveContextMatcher = undefined

Partner-specific overrides for detecting the protocol (DASH, HLS) from the manifest's URL. Provide regular expressions in either the hls or dash properties in this key. If present, the regular expression will be used to determine if a given manifest is an HLS or DASH manifest, respectively.

type

HiveContextMatcher

initTimeout

initTimeout: number = 60000

The Hive Java tech will fail if will not initiate a session before the timeout (in millisecond)

type

{number}

default

60000

minVersion

minVersion: string = HiveJavaConstants.DEFAULT_HIVE_JAVA_VERSION

minimum version of Hive Java allowed to run

type

{string}

default

{2013.1.1}

supportLegacyClient

supportLegacyClient: boolean = false

enable this if the plugin should support also the old pre-2016 callback resolve without the pluginId and no player-info

type

{boolean}

warnSlowRespTimeout

warnSlowRespTimeout: number = 5000

send a warning to atatus if the session request takes more than the specified time

type

{number}

Methods

Optional onActiveSession

Optional onError

  • Define a callback in case a specific tech could NOT initialize a session. If given a string, the option represents a named function in the this-or-ancestor window.

    Parameters

    Returns boolean

    whether you want the plugin to try to initialize the session through the next techs

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc