Browse Source

update readme

pull/31/head
Alessandro Ros 5 years ago committed by GitHub
parent
commit
bf1a6d9437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -58,7 +58,7 @@ docker run --rm -it --network=host aler9/rtsp-simple-server @@ -58,7 +58,7 @@ docker run --rm -it --network=host aler9/rtsp-simple-server
The `--network=host` argument is mandatory since Docker can change the source port of UDP packets for routing reasons, and this makes RTSP routing impossible. An alternative consists in disabling UDP and exposing the RTSP port:
```
docker run --rm -it -p 8554 aler9/rtsp-simple-server --protocols=tcp
docker run --rm -it -p 8554:8554 aler9/rtsp-simple-server --protocols=tcp
```
#### Publisher authentication

Loading…
Cancel
Save