mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
19 lines
431 B
Text
19 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;
|
||
|
}
|
||
|
}
|