diff options
| author | Mistivia <i@mistivia.com> | 2025-12-20 06:06:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 06:06:03 +0800 |
| commit | ab77c43adfc1f49d50a662825009d60c97f9f45e (patch) | |
| tree | f0fbc8c104d213bd18acaff3e6c7c95ad8c5bb35 /README.md | |
| parent | 6431082cd96afb06f64a0cf14793fb8c99f8603b (diff) | |
Update README.md
Updated the listening port in the README for Docker configuration.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
