1
0
Fork 0
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:
winlin 2022-08-27 20:32:38 +08:00
parent d39995cc31
commit ccf83a3f68
3 changed files with 235 additions and 186 deletions

View file

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