mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Reduce latency to 200ms of srt2rtc.conf (#3409)
PICK 64fa116c65
Co-authored-by: winlin <winlin@vip.126.com>
Co-authored-by: chundonglinlin <chundonglinlin@163.com>
This commit is contained in:
parent
d1dec927d9
commit
7839c667af
3 changed files with 4 additions and 3 deletions
|
@ -20,8 +20,8 @@ srt_server {
|
|||
listen 10080;
|
||||
maxbw 1000000000;
|
||||
connect_timeout 4000;
|
||||
peerlatency 300;
|
||||
recvlatency 300;
|
||||
peerlatency 0;
|
||||
recvlatency 0;
|
||||
}
|
||||
|
||||
rtc_server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue