use rtmp module
This commit is contained in:
parent
abd9ee46fa
commit
881d20f6d4
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue