use rtmp module

This commit is contained in:
deflax 2021-10-11 18:09:01 +00:00
parent abd9ee46fa
commit 881d20f6d4

View file

@ -86,13 +86,6 @@ http {
} }
} }
location /flv {
flv_live on;
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; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
root html; root html;