Getting Started with RHEL
To get started with OvenMediaEngine Enterprise on RHEL, check the Prerequisites below and then follow the Installation methods.
Prerequisites
OS requirements
To install OvenMediaEngine Enterprise, you need one of the following RHEL versions:
RHEL 8
RHEL 9
Location
By default, OvenMediaEngine Enterprise is installed in the following locations:
Binary&Config:
/usr/share/ovenmediaengineLog:
/var/log/ovenmediaengine
Installation methods
Install using the rpm repository
rpm repositoryBefore you install OvenMediaEngine Enterprise for the first time on a new server, you need to set up OvenMediaEngine rpm repository. Afterward, you can install and update OvenMediaEngine from the repository.
Set up OvenMediaEngine's rpm repository
rpm repositoryTo set up the repository, a valid License Key is required.
Install the OvenMediaEngine Enterprise packages.
To install the latest version, run:
To install a specific version of OvenMediaEngine Enterprise, start by listing the available versions in the repository:
Select the desired version and install:
After the installation is completed, follow the Post-installation steps.
Uninstall OvenMediaEngine Enterprise
To uninstall, use the following command:
Install from a package
Download
OvenMediaEngine Enterprise is available as a rpm package. If you have received a link to download the RPM file from the OME Enterprise team, please download the file and follow the guide below to install and run it.
Install from a package
Move to the directory where the package was downloaded, and then install OvenMediaEngine Enterprise:
After the installation is completed, follow the Post-installation steps.
Uninstall OvenMediaEngine Enterprise
To uninstall, use the following command:
You have to delete any edited configuration files manually.
Post-installation steps
License Registration
Before running OvenMediaEngine, you must register a valid License Key:
Host IP Configuration
To use the Web Console (OvenStudio) smoothly, you need to configure the host IP of the server.
Please check here for detailed configuration instructions.
Start OvenMediaEngine Enterprise
Start the services with the following commands:
Ports used by default
The default configuration uses the following ports, so you need to open it in your firewall settings:
OvenMediaEngine
1935/TCP
RTMP Input
9999/UDP
SRT Input
4000/UDP
MPEG-2 TS Input
9000/TCP
Origin Server (OVT)
3333/TCP
3334/TLS
Low Latency HLS (LLHLS) Streaming
* Streaming over non-TLS is not allowed with modern browsers.
3333/TCP
3334/TLS
WebRTC Signaling (both ingest and streaming)
3478/TCP
WebRTC TCP relay (TURN Server, both ingest and streaming)
10000 - 10009/UDP
WebRTC Ice candidate (both ingest and streaming)
20080/TCP
20081/TLS
Thumbnail Extraction
Web Console (OvenStudio)
8080/TCP
Running Web Console
Example Firewall Commands
You can open firewall ports as in the following example:$ sudo firewall-cmd --add-port=3333/tcp --permanent
Last updated
Was this helpful?