Statistics Element

Represents the running statistics for an active Live Smooth Streaming publishing point instance.

<Statistics>
  <InputStreams>
    <InputStream>
      <State />
      <ArchiveFileName />
      <Sources>
        <Source />
      </Sources>
      <Sinks>
        <Sink />
      </Sinks>
      <Tracks>
        <Track>
          <Name />
          <EncodedBitRate />
          <IncomingBitRate />
          <IncomingFragmentWaitTime />
          <IncomingFragmentTimeStamp />
          <IncomingFragmentDuration />
          <RequestRate />
        </Track>
      </Tracks>
    </InputStream>
  </InputStreams>
  <OutputStreams>
    <OutputStream>
      <LastOutputFragmentTimestamp />
    </OutputStream>
  </OutputStreams>
</ Statistics>

Child Elements

InputStreams Element

OutputStreams Element

Parent Element

SmoothStreaming Element