mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
928 B
Plaintext
55 lines
928 B
Plaintext
# SRT config.
|
|
|
|
listen 1935;
|
|
max_connections 1000;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
|
|
http_api {
|
|
enabled on;
|
|
listen 1985;
|
|
}
|
|
|
|
http_server {
|
|
enabled on;
|
|
listen 8080;
|
|
dir ./objs/nginx/html;
|
|
}
|
|
|
|
srt_server {
|
|
enabled on;
|
|
tsbpdmode off;
|
|
tlpktdrop off;
|
|
latency 0;
|
|
sendbuf 2000000;
|
|
recvbuf 2000000;
|
|
listen 10080;
|
|
maxbw 1000000000;
|
|
connect_timeout 4000;
|
|
peerlatency 0;
|
|
recvlatency 0;
|
|
}
|
|
|
|
# @doc https://github.com/ossrs/srs/issues/1147#issuecomment-577607026
|
|
vhost __defaultVhost__ {
|
|
srt {
|
|
enabled on;
|
|
srt_to_rtmp on;
|
|
rtmp_to_srt on;
|
|
}
|
|
|
|
http_remux {
|
|
enabled on;
|
|
mount [vhost]/[app]/[stream].flv;
|
|
}
|
|
}
|
|
|
|
# For SRT to use vhost.
|
|
vhost srs.srt.com.cn {
|
|
}
|
|
|
|
stats {
|
|
network 0;
|
|
disk sda sdb xvda xvdb;
|
|
}
|