You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-native-metrics.md
+3-30Lines changed: 3 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
13
13
---
14
14
15
15
## Best practices
16
-
If you want to collect this data for off-line inspection (after a call ends), it is recommended to collect this data and send it to your pipeline ingest after your call has ended. If you transmit this data during a call, it could use internet bandwidth that is needed to continue an Azure Communication Services call (especially when available bandwidth is low).
16
+
If you want to collect this data for off-line inspection (after a call ends), it's recommended to collect this data and send it to your pipeline ingest after your call has ended. If you transmit this data during a call, it could use internet bandwidth that is needed to continue an Azure Communication Services call (especially when available bandwidth is low).
17
17
18
18
### Outgoing Audio metrics
19
19
| Metric Name | Description | Comments |
@@ -22,48 +22,32 @@ If you want to collect this data for off-line inspection (after a call ends), it
22
22
| Bitrate | audio send bitrate (bps) | General values are in the 24 kbps range (36-128 kbps typical) |
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
26
25
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It's calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
27
-
| PairRoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It's similar to rttInMS but is calculated from STUN connectivity check. A round trip time of 200 ms or less is recommended. |
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
39
-
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It's calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
40
-
| PairRoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It is calculated from STUN connectivity check. A round trip time of 200 ms or less is recommended. |
| JitterBufferInMs | jitter buffer (milliseconds) | Lower is better. The jitter buffer is used for smooth playout. This value is how long the packets of the samples stay in the jitter buffer. |
43
-
| AudioOutputLevel | audio volume level from receiving stream | The value ranges from 0-65536. 0 represents silence. |
44
-
| HealedRatio | ratio of concealedSamples(except silentConcealedSamples) to total received samples | Information only. |
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
54
-
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It is calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
55
-
| PairRoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It is similar to rttInMS but is calculated from STUN connectivity check. A round trip time of 200 ms or less is recommended. |
43
+
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It's calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
56
44
| AvailableBitrate | bandwidth estimation (bps) | 1.5 Mbps or higher is recommended for high-quality video for upload/download. |
57
45
| FrameRateInput | frame rate originating from the video source (frames/sec) ||
58
46
| FrameWidthInput | frame width of the last frame originating from video source (pixel) ||
59
47
| FrameHeightInput | frame height of the last frame originating from video source (pixel) ||
60
-
| FrameRateEncoded | frame rate successfully encoded for the RTP stream (frames/sec) ||
61
48
| FrameRateSent | frame rate sent on the RTP stream (frames/sec) ||
62
49
| FrameWidthSent | frame width of the encoded frame (pixel) ||
63
50
| FrameHeightSent | frame height of the encoded frame (pixel) ||
64
-
| FramesSent | frames sent on the RTP stream ||
65
-
| FramesEncoded | frames successfully encoded for the RTP stream ||
66
-
| KeyFramesEncoded | key frames successfully encoded for the RTP stream ||
67
51
68
52
### Incoming Video metrics
69
53
| Metric Name | Description | Comments |
@@ -73,22 +57,11 @@ If you want to collect this data for off-line inspection (after a call ends), it
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
76
-
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It is calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
77
-
| PairRoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. A round trip time of 200 ms or less is recommended. |
78
-
| AvailableBitrate | bandwidth estimation (bps) | 1.5 Mbps or higher is recommended for high-quality video for upload/download. |
79
-
| JitterBufferInMs | jitter buffer (milliseconds) | Lower is better. The jitter buffer is used for smooth playout. This value is how long the packets of the frame stay in the jitter buffer. |
80
-
| StreamId | stream id | The streamId value corresponds to id in VideoStreamCommon. It can be used to match the sender. |
0 commit comments