From e17f2fc675ebbe01a340fd9ab5b3d3ed5953012e Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 23 Nov 2022 17:24:03 +0800 Subject: [PATCH] Config: Add hevc.ts.conf for HEVC over HTTP-TS. --- trunk/conf/hevc.ts.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 trunk/conf/hevc.ts.conf 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; + } +}