InputConnectionHealth.StreamHealth

Per-stream wallclock-vs-media health for this connection.

Field

Type

Repeated

Description

stream_key

StreamKey

frames_for_sample

int32

bits_for_sample

int32

realtime_delta_ms

int64

now - media time of the last frame (+ = behind realtime)

realtime_delta_slope_ms_per_s

double

trend of realtime_delta over the window (ms per s; + = falling further behind)

media_advance_ms

int64

how much media time advanced over the sample window

last_media_age_ms

int64

now - arrival (wallclock) of the last frame — the stall detector

nominal_frame_rate

OptionalFloat

delivery_rate

double

Smoothed media-time-per-wallclock-second (EWMA). ~1 = realtime; > 1 sustained = source running above realtime; the startup burst is smoothed out and only meaningful once settled.

settled

bool

False during the startup window(s); once true the initial producer burst is discounted and delivery_rate reflects steady state.

Member of

Message

Description

InputConnectionHealth

Periodic per-connection health for an input connection: measurements only.