Fix typo in README
This commit is contained in:
parent
b83adfecbe
commit
dc281aa66f
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
OvenMediaEngine management middleware
|
||||
|
||||
|
||||
# Reqirements
|
||||
# Requirements
|
||||
|
||||
This project tries to be pretty lean. Requirements should be roughly...
|
||||
|
||||
|
@ -57,7 +57,7 @@ For the moment, security is the responsibility of the HTTP proxy. The CherryPy a
|
|||
|
||||
Even still, someone who knows an exact stream key can currently get the Websocket for your WebRTC sessions and the RTMP URL to push. This is an inherited weakness from OvenMediaEngine and would be a 2.0 goal to add viewer authentication and passphrases to the Admission Webhook.
|
||||
|
||||
In addition, OvenMediaEngine has been known to have a recurring bug where its API endpoint will listen on all IP addresses even if configured not to do so. It is recommended you use a firewall to block all ports except and use your HTTP proxy for most traffic. The recommended setup:
|
||||
In addition, OvenMediaEngine has been known to have a recurring bug where its API endpoint will listen on all IP addresses even if configured not to do so. It is recommended you use a firewall to block all ports except the video ingest ports and use your HTTP proxy for most traffic. The recommended setup:
|
||||
|
||||
- OvenMediaEngine API port on localhost:8081 and firewalled
|
||||
- OvenMediaEngine TCP Relay at :3478 and open
|
||||
|
|
Loading…
Add table
Reference in a new issue