Skip to content

Commit

Permalink
Merge branch 'srt_servers' of github.com:runner365/srs into srt_servers
Browse files Browse the repository at this point in the history
  • Loading branch information
runner365 committed Apr 24, 2023
2 parents 26aabe4 + 259ec24 commit a551f54
Show file tree
Hide file tree
Showing 12 changed files with 305 additions and 196 deletions.
18 changes: 17 additions & 1 deletion trunk/conf/srt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,23 @@ http_server {

srt_server {
enabled on;
listen 10080;
type push;
port 10080;
maxbw 1000000000;
connect_timeout 4000;
peerlatency 0;
recvlatency 0;
latency 0;
tsbpdmode off;
tlpktdrop off;
sendbuf 2000000;
recvbuf 2000000;
}

srt_server {
enabled on;
type pull;
port 10081;
maxbw 1000000000;
connect_timeout 4000;
peerlatency 0;
Expand Down
13 changes: 12 additions & 1 deletion trunk/conf/srt2rtc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ http_server {

srt_server {
enabled on;
listen 10080;
type push;
port 10080;
maxbw 1000000000;
connect_timeout 4000;
peerlatency 0;
recvlatency 0;
}

srt_server {
enabled on;
type pull;
port 10081;
maxbw 1000000000;
connect_timeout 4000;
peerlatency 0;
Expand Down

0 comments on commit a551f54

Please sign in to comment.