aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-20 06:06:03 +0800
committerGitHub <noreply@github.com>2025-12-20 06:06:03 +0800
commitab77c43adfc1f49d50a662825009d60c97f9f45e (patch)
treef0fbc8c104d213bd18acaff3e6c7c95ad8c5bb35
parent6431082cd96afb06f64a0cf14793fb8c99f8603b (diff)
Update README.md
Updated the listening port in the README for Docker configuration.
-rw-r--r--README.md6
1 files 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