Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • name - profile name
  • stream - profile stream data in /stream/find like form
  • keyFrameReceived - is there any key frame received
  • audioProfile, videoProfile - audio or video profile settings
    • type - profile type: video or audio
    • width - profile picture width as defined
    • height - profile picture width as defined
    • fps - profile video frame rate as defined
    • bitrate - profile bitrate as defined
    • codec - profile codec as defined
    • quality - profile quality as defined
    • audioGroupId - audio profile id used in video profile
    • rate - audio profile samplerate
    • channels - audio profile channels number
    • groupId - audio profile id to bind to video profile
  • metrics - current profile metrics:
    • minFPS - minimal FPS
    • avgFPS -  average FPS
    • maxFPS - maximum FPS
    • countGaps - gaps count inserted to the stream
    • resolutionChanges - video resolution changes count
    • queueSize - stream frame queue size
    • startPts - start MPEG timestamp
    • currentPts - current MPEG timestamp
  • subscribers - HLS subscribers to the profile count

HLS subscribers count

n In the response to the /hls/subscribers query an HLS stream subscribers list is returned:

...

  • id - subscriber identifier
  • ip - subscriber IP address
  • port -  subscriber source port
  • userAgent - User-Agent header header sent by subscriberпереданные подписчикомsubscriber
  • active - subscriber is active
  • metrics - current subscriber metrics:
    • profileTime - the time the subscriber requested the profile shown by profile
    • requestsNumber - subscribers requests number
    • requestStatuses - response status codes count sent to the subscriber shown by response status code
    • profileSwitches - HLS ABR profile switches count for the subscriber
    • maxResponseTime - maximum response time
    • minResponseTime - minimum response time
    • avgResponseTime - average response time

...