WebRTC: Statistics similar to chrome://webrtc-inernals. #3687
Replies: 9 comments
-
What information is needed for the webrtc streaming client? |
Beta Was this translation helpful? Give feedback.
-
I want to monitor the information of the push streaming client and the pull streaming client, but the current httpAPI cannot monitor the webrtc pull streaming client and does not return the corresponding information, while the RTMP can. Is there a problem with my configuration, or is this feature not currently supported? Please help. |
Beta Was this translation helpful? Give feedback.
-
It is not currently supported. I have modified the code myself to add this feature. I will submit a PR next week, and you can try merging it into your code. |
Beta Was this translation helpful? Give feedback.
-
Good job |
Beta Was this translation helpful? Give feedback.
-
@siyangbing Please take a look at this PR #2169, which only handles webrtc pull streaming. The same principle applies to push streaming, and you can modify the code yourself. |
Beta Was this translation helpful? Give feedback.
-
@siyangbing Buy one get one free, and add another feature for kbps traffic statistics when playing webrtc (add kbps statistic for webrtc play 2b2b6c1) |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, brother, you've been a great help. |
Beta Was this translation helpful? Give feedback.
-
See #1657 |
Beta Was this translation helpful? Give feedback.
-
SRS will support statistics for WebRTC by both HTTP API and Prometheus exporter see #2899 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions