Skip to content

Commit 64fa116

Browse files
xiaozhihongwinlinvipchundonglinlin
authored
SRT: Reduce latency to 200ms of srt2rtc.conf (#3409)
Co-authored-by: winlin <[email protected]> Co-authored-by: chundonglinlin <[email protected]>
1 parent 5b001fe commit 64fa116

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

trunk/conf/srt2rtc.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ srt_server {
2020
listen 10080;
2121
maxbw 1000000000;
2222
connect_timeout 4000;
23-
peerlatency 300;
24-
recvlatency 300;
23+
peerlatency 0;
24+
recvlatency 0;
2525
}
2626

2727
rtc_server {

trunk/doc/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The changelog for SRS.
88

99
## SRS 6.0 Changelog
1010

11+
* v6.0, 2023-02-12, Merge [#3409](https://github.com/ossrs/srs/pull/3409): SRT: Reduce latency to 200ms of srt2rtc.conf. v6.0.24 (#3409)
1112
* v6.0, 2023-02-08, Merge [#3391](https://github.com/ossrs/srs/pull/3391): Config: Error when both HLS and HTTP-TS enabled. v6.0.23 (#3391)
1213
* v6.0, 2023-02-08, Merge [#3389](https://github.com/ossrs/srs/pull/3389): Kernel: Fix demux SPS error for NVENC and LARIX. v6.0.22 (#3389)
1314
* v6.0, 2023-01-29, Merge [#3371](https://github.com/ossrs/srs/pull/3371): HLS: support kick-off hls client. v6.0.21 (#3371)
@@ -37,6 +38,7 @@ The changelog for SRS.
3738

3839
## SRS 5.0 Changelog
3940

41+
* v5.0, 2023-02-12, Merge [#3409](https://github.com/ossrs/srs/pull/3409): SRT: Reduce latency to 200ms of srt2rtc.conf. v5.0.141 (#3409)
4042
* v5.0, 2023-02-08, Merge [#3391](https://github.com/ossrs/srs/pull/3391): Config: Error when both HLS and HTTP-TS enabled. v5.0.140 (#3391)
4143
* v5.0, 2023-01-29, Merge [#3371](https://github.com/ossrs/srs/pull/3371): HLS: support kick-off hls client. v5.0.139 (#3371)
4244
* v5.0, 2023-01-19, Merge [#3318](https://github.com/ossrs/srs/pull/3318): RTC: fix rtc publisher pli cid. v5.0.138 (#3318)

trunk/src/core/srs_core_version5.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 5
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 140
12+
#define VERSION_REVISION 141
1313

1414
#endif

trunk/src/core/srs_core_version6.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 6
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 23
12+
#define VERSION_REVISION 24
1313

1414
#endif

0 commit comments

Comments
 (0)