Fix 'address in use'
Add 'ipv6only=on' to ipv6 'listen' directive.
This commit is contained in:
@@ -6,7 +6,7 @@ events {}
|
||||
rtmp {
|
||||
server {
|
||||
listen 1935;
|
||||
listen [::]:1935;
|
||||
listen [::]:1935 ipv6only=on;
|
||||
|
||||
application live {
|
||||
live on;
|
||||
|
||||
Reference in New Issue
Block a user