From bf1a6d943789bf0f8cc727dd613ddfc284d2d4c2 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Wed, 24 Jun 2020 22:06:56 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc322124..7246b165 100644 --- a/README.md +++ b/README.md @@ -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