1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

Config: Add hevc.ts.conf for HEVC over HTTP-TS.

This commit is contained in:
winlin 2022-11-23 17:24:03 +08:00
parent 70d5618979
commit e17f2fc675

18
trunk/conf/hevc.ts.conf Normal file
View file

@ -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;
}
}