StreamStats#

Package:

@nvidia/omniverse-webrtc-streaming-library v4.4.2

Type:

object

Defined in:

StreamStatus.ts:90

StreamStats

Performance stats information about the running stream.

Type declaration#

avgDecodeTime#

Type:

number

Average decode cost (ms)

codec#

Type:

string

Streaming codec.

fps#

Type:

number

Streaming FPS

frameLoss#

Type:

number

Total frame loss

packetLoss#

Type:

number

Total packet loss

rtd#

Type:

number

Round trip delay (ms)

streamingResolutionHeight#

Type:

number

Streaming resolution height

streamingResolutionWidth#

Type:

number

Streaming resolution width

totalBandwidth#

Type:

number

Available bandwidth (Mbps)

utilizedBandwidth#

Type:

number

Utilized bandwidth (%)