Fix typo in usage instructions.

merge-requests/1/head
knotteye 2019-10-22 17:54:57 -05:00
parent 7c0b753723
commit 8cc8083361
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
### 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.
```
[http]
[server.http]
port = 8000
[rtmp]
[server.rtmp]
port = 1935
```
Changing the rtmp port is not recommended.