diff --git a/trunk/conf/http.flv.live.edge1.conf b/trunk/conf/http.flv.live.edge1.conf new file mode 100644 index 000000000..8cd023d47 --- /dev/null +++ b/trunk/conf/http.flv.live.edge1.conf @@ -0,0 +1,18 @@ +listen 19351; +max_connections 1000; +pid objs/srs.flv.19351.pid; +srs_log_file objs/srs.flv.19351.log; +http_server { + enabled on; + listen 8081; + dir ./objs/nginx/html; +} +vhost __defaultVhost__ { + mode remote; + origin 127.0.0.1; + http_remux { + enabled on; + mount [vhost]/[app]/[stream].flv; + hstrs on; + } +} diff --git a/trunk/conf/http.flv.live.edge2.conf b/trunk/conf/http.flv.live.edge2.conf new file mode 100644 index 000000000..1948b4f15 --- /dev/null +++ b/trunk/conf/http.flv.live.edge2.conf @@ -0,0 +1,18 @@ +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; + } +}