OBJECT

NearRealTimeDataRTPMediaCasterData

The MediaCaster RTP/MPEGTS health data.

link GraphQL Schema definition

  • type NearRealTimeDataRTPMediaCasterData {
  • # True if RTP MediaCaster stream is currently receiving UDP data; false otherwise.
  • isStreamIsRunning: Boolean
  • # The timecode of the last network connection attempt.
  • connectLastAttempt: Long
  • # The timecode of the last network connection success.
  • connectLastSuccess: Long
  • # The timecode of the last time the stream was forced to reconnect.
  • connectLastForceReset: Long
  • # Each time the stream transitions from running to not running this value is
  • # incremented by one.
  • streamRunningIndex: Long
  • }