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
Threads: Support multiple threads with locks, #2188. 5.0.2
1. Threads-Log: Use thread to write and reopen logs.
2. Threads-SRTP: Support decrypt RTP by async SRTP.
3. Threads-RECV: Support dedicate thread to recv UDP packets.
4. Threads: Support cpu affinity for threads.
5. Threads-RECV: Drop received packet if exceed max queue size.
6. Threads: Use coroutine to consume recv/srtp packets.
7. Threads: Support Circuit-Breaker to work in storms.
8. Threads-SRTP: Support async decrypt RTCP
9. Threads-SEND: Support async send UDP packets
10. Threads-SRTP: Use async encrypt SRTP packet
11. Threads-SEND/RECV: Bind handler to listener to support multiple ports.
12. Threads-RECV: Support tunnel for recv-srtp.
13. Threads-SEND: Support tunnel for srtp-send.
14. Threads: Support circuit-breaker dying threshold
Copy file name to clipboardexpand all lines: README.md
+17-38
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ Other documents:
170
170
171
171
## V5 changes
172
172
173
+
* v5.0, 2021-03-31, Threads: Support multiple threads with locks, [#2188](https://github.com/ossrs/srs/issues/2188). 5.0.2
173
174
* v5.0, 2021-03-17, Live: Refine edge to follow client and HTTP/302. 5.0.1
174
175
* v5.0, 2021-03-15, Init SRS/5. 5.0.0
175
176
@@ -1114,60 +1115,38 @@ The data for playing HTTP FLV was benchmarked by [SB][srs-bench]:
1114
1115
The RTC benchmark data, by [srs-bench](https://github.com/ossrs/srs-bench/tree/feature/rtc#usage):
1115
1116
1116
1117
1117
-
| Update | SRS | Clients | Type | CPU | Memory | Threads |
> Note: The benchmark tool for Janus is [srs-bench](https://github.com/ossrs/srs-bench/tree/feature/rtc#janus), and startup script by [janus-docker](https://github.com/winlinvip/janus-docker#usage).
1130
+
1124
1131
<aname="latency-benchmark"></a>
1125
1132
**Latency benchmark**
1126
1133
1127
1134
The latency between encoder and player with realtime config([CN][v3_CN_LowLatency], [EN][v3_EN_LowLatency]):
0 commit comments