blenders commited on
Commit
1d687b1
·
1 Parent(s): 72b4fb5
Files changed (1) hide show
  1. nginx.conf +3 -3
nginx.conf CHANGED
@@ -17,8 +17,8 @@ rtmp {
17
  application hls {
18
  live on;
19
  hls on;
20
- hls_type live;
21
- #hls_nested on;
22
  hls_path /tmp/nginx/html/media/hls;
23
  hls_fragment 3;
24
  hls_playlist_length 9;
@@ -33,7 +33,7 @@ rtmp {
33
  live on;
34
  hls on;
35
  #hls_nested on;
36
- hls_type live;
37
  hls_path /tmp/nginx/html/media/rhls;
38
  hls_fragment 3;
39
  hls_playlist_length 9;
 
17
  application hls {
18
  live on;
19
  hls on;
20
+ hls_type events;
21
+ hls_nested on;
22
  hls_path /tmp/nginx/html/media/hls;
23
  hls_fragment 3;
24
  hls_playlist_length 9;
 
33
  live on;
34
  hls on;
35
  #hls_nested on;
36
+ hls_type events;
37
  hls_path /tmp/nginx/html/media/rhls;
38
  hls_fragment 3;
39
  hls_playlist_length 9;