mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
update readme
This commit is contained in:
parent
8b67b5bd89
commit
bf1a6d9437
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue