Replies: 1 comment
-
RTC Benchmark: https://github.com/ossrs/srs-bench/tree/feature/rtc Based on Pion's RTC testing, both streaming and playback are supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Benchmark is a basic requirement for measuring performance.
The HTTP protocol can generally be tested with Apache Benchmark, such as HTTP-FLV, HLS, DASH, etc.
There is no official testing tool for the RTMP protocol. SRS Benchmark is a testing tool written by SRS for performance optimization, supporting RTMP and FLV.
However, currently, there are no good testing tools for SRT, GB28181, and WebRTC, which makes performance evaluation and optimization very difficult. Especially for WebRTC, the signaling of various open-source projects is different, and a dedicated testing tool is needed for each open-source project.
If there are no testing tools, RTC open-source servers cannot be used very well.
Beta Was this translation helpful? Give feedback.
All reactions