Fix typo in port forwarding.
This commit is contained in:
parent
304ba4fd72
commit
7fc4d12430
@ -12,7 +12,7 @@ How to user
|
||||
-----------
|
||||
|
||||
1. Build and run the container (`docker build -t nginx_rtmp .` &
|
||||
`docker run 1935:1935 -p 8080:80 --rm nginx_rtmp`).
|
||||
`docker run -p 1935:1935 -p 8080:80 --rm nginx_rtmp`).
|
||||
|
||||
2. Stream your live content to `rtmp://localhost:1935/encoder/stream_name` where
|
||||
`stream_name` is the name of your stream.
|
||||
|
Loading…
Reference in New Issue
Block a user