Configuration interface for properties used for live streams.

Example:

{
synchronization: [{
method: LiveSynchronizationMethod.HttpHead,
serverUrl: 'http://time.akamai.com',
}],
}
interface LiveConfig {
    lowLatency?: LowLatencyConfig;
    synchronization?: SynchronizationConfigEntry[];
}

Properties

lowLatency?: LowLatencyConfig

Configuration to enable maintaining a desired live latency.

synchronization?: SynchronizationConfigEntry[]

Configuration to enable the synchronization of the client-clock with an external time source.