1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine SRT code, with StateThread adpater

This commit is contained in:
hondaxiao 2022-04-15 13:54:24 +08:00 committed by winlin
parent 3ed4aed824
commit 94fa0ff7bd
25 changed files with 4131 additions and 68 deletions

View file

@ -18,6 +18,11 @@ http_server {
srt_server {
enabled on;
tsbpdmode off;
tlpktdrop off;
latency 0;
sendbuf 2000000;
recvbuf 2000000;
listen 10080;
maxbw 1000000000;
connect_timeout 4000;