Fix typo in usage instructions.
parent
7c0b753723
commit
8cc8083361
|
@ -3,9 +3,9 @@
|
||||||
### Administration
|
### Administration
|
||||||
Satyr needs access to port 1935 for RTMP streams, and will serve HTTP on port 8000. The ports can be changed with follow config lines.
|
Satyr needs access to port 1935 for RTMP streams, and will serve HTTP on port 8000. The ports can be changed with follow config lines.
|
||||||
```
|
```
|
||||||
[http]
|
[server.http]
|
||||||
port = 8000
|
port = 8000
|
||||||
[rtmp]
|
[server.rtmp]
|
||||||
port = 1935
|
port = 1935
|
||||||
```
|
```
|
||||||
Changing the rtmp port is not recommended.
|
Changing the rtmp port is not recommended.
|
||||||
|
|
Reference in New Issue