InputConnectionHealth.StreamHealth
Per-stream wallclock-vs-media health for this connection.
Field |
Type |
Repeated |
Description |
stream_key |
|||
frames_for_sample |
|||
bits_for_sample |
|||
realtime_delta_ms |
now - media time of the last frame (+ = behind realtime) |
||
realtime_delta_slope_ms_per_s |
trend of realtime_delta over the window (ms per s; + = falling further behind) |
||
media_advance_ms |
how much media time advanced over the sample window |
||
last_media_age_ms |
now - arrival (wallclock) of the last frame — the stall detector |
||
nominal_frame_rate |
|||
delivery_rate |
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 |
False during the startup window(s); once true the initial producer burst is discounted and delivery_rate reflects steady state. |