add chunked transfer to flv location
This commit is contained in:
parent
4d34ae88bc
commit
027265404d
1 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,9 @@ http {
|
|||
|
||||
location /flv {
|
||||
flv_live on;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
chunked_transfer_encoding on; #open 'Transfer-Encoding: chunked' response
|
||||
add_header 'Access-Control-Allow-Origin' '*'; #add additional HTTP header
|
||||
add_header 'Access-Control-Allow-Credentials' 'true'; #add additional HTTP header
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
|
Loading…
Reference in a new issue