mirror of https://github.com/ossrs/srs.git
Config: Add hevc.ts.conf for HEVC over HTTP-TS.
parent
70d5618979
commit
e17f2fc675
@ -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 New Issue