mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
18 lines
431 B
Text
18 lines
431 B
Text
listen 19352;
|
|
max_connections 1000;
|
|
pid objs/srs.flv.19352.pid;
|
|
srs_log_file objs/srs.flv.19352.log;
|
|
http_server {
|
|
enabled on;
|
|
listen 8082;
|
|
dir ./objs/nginx/html;
|
|
}
|
|
vhost __defaultVhost__ {
|
|
mode remote;
|
|
origin 127.0.0.1;
|
|
http_remux {
|
|
enabled on;
|
|
mount [vhost]/[app]/[stream].flv;
|
|
hstrs on;
|
|
}
|
|
}
|