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

srt pull/push server

This commit is contained in:
runner365 2020-01-14 21:10:33 +08:00
parent aeee3011ef
commit b53b75ea1e
12 changed files with 982 additions and 15 deletions

View file

@ -5,6 +5,8 @@ listen 1935;
max_connections 1000;
srs_log_tank file;
srs_log_file ./objs/srs.log;
daemon off;
http_api {
enabled on;
listen 1985;
@ -24,9 +26,12 @@ stats {
network 0;
disk sda sdb xvda xvdb;
}
vhost __defaultVhost__ {
forward {
enabled on;
destination 172.16.43.153:19350;
}
#vhost __defaultVhost__ {
# forward {
# enabled on;
# destination 172.16.43.153:19350;
# }
#}
vhost sina.mobile.com.cn {
}