Latency metrics for HESP pipeline

interface HespLatencies {
    distributionLatency?: number;
    engineLatency?: number;
    playerLatency?: number;
    theoliveLatency?: number;
}

Properties

distributionLatency?: number

The latency introduced by distributing the processed frames towards the clients.

engineLatency?: number

The latency introduced by processing the ingested stream in the engine on the server.

playerLatency?: number

The latency introduced by the player to process, buffer and display the downloaded frames.

theoliveLatency?: number

The total latency introduced by the theolive pipeline: from frame ingested till displayed on screen.