mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
HLS: Extract a HLS streaming to serve pseudo session.
This commit is contained in:
parent
d39995cc31
commit
ccf83a3f68
3 changed files with 235 additions and 186 deletions
|
@ -10,6 +10,8 @@ http_server {
|
|||
vhost __defaultVhost__ {
|
||||
hls {
|
||||
enabled on;
|
||||
# Note that it will make NGINX edge cache always missed, so never enable HLS streaming if use NGINX edges.
|
||||
hls_ctx off;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue