diff --git a/README.md b/README.md index 38c81ce..5f9f578 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ http { rtmp { server { listen 1935; - listen [::]:1935; + listen [::]:1935 ipv6only=on; # 'get' to use $arg_ for auth notify_method get; diff --git a/nginx.conf b/nginx.conf index b579a81..97fac28 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ events {} rtmp { server { listen 1935; - listen [::]:1935; + listen [::]:1935 ipv6only=on; application live { live on;