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:
parent
70d5618979
commit
e17f2fc675
1 changed files with 18 additions and 0 deletions
18
trunk/conf/hevc.ts.conf
Normal file
18
trunk/conf/hevc.ts.conf
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue