From dc281aa66fdbfab46a30a66b8ad03303c89b1a4d Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 20 Dec 2024 17:19:46 -0800 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd1f790..226de51 100644 --- a/README.md +++ b/README.md @@ -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