diff --git a/trunk/conf/hevc.ts.conf b/trunk/conf/hevc.ts.conf new file mode 100644 index 000000000..1b62b6323 --- /dev/null +++ b/trunk/conf/hevc.ts.conf @@ -0,0 +1,18 @@ +listen 1935; +max_connections 1000; +daemon off; +srs_log_tank console; +http_api { + enabled on; + listen 1985; +} +http_server { + enabled on; + listen 8080; +} +vhost __defaultVhost__ { + http_remux { + enabled on; + mount [vhost]/[app]/[stream].ts; + } +}