From ab77c43adfc1f49d50a662825009d60c97f9f45e Mon Sep 17 00:00:00 2001 From: Mistivia Date: Sat, 20 Dec 2025 06:06:03 +0800 Subject: Update README.md Updated the listening port in the README for Docker configuration. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36016aa..2371bbe 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Create a directory `conf`: Create a config file `conf/config`, the config file is nearly the same as the config above. But for docker, the `listening_addr` should be `0.0.0.0`: listening_addr=0.0.0.0 - listening_port=1935 + listening_port=61935 bucket=YOUR_BUCKET_NAME endpoint=https://your-s3.com s3_path=ezlive/ @@ -112,8 +112,8 @@ Start docker container: sudo docker run -it --rm \ -v ./conf:/etc/ezlive/ \ - -p 127.0.0.1:1935:1935 \ - localhost/ezlive + -p 127.0.0.1:61935:61935/udp \ + localhost/ezlive # Windows -- cgit v1.0