Getting Started with Docker
Download and Installation
OvenMediaEngine Enterprise is available as a Docker image to support various user environments. If you have received the Archived Docker Image File (.TGZ
) of OvenMediaEngine Enterprise from the OME Enterprise Team, download it, and use the Docker Load Command to load it.
Applying the License Key
If you have received a License Key from the OME Enterprise Team, you can apply it using one of the two methods described below.
Note that the environment variable will take precedence if both methods are used.
Use the Environment Variable
Directly Enter the License Key
To input the license key provided by the OME Enterprise Team, directly enter it into the conf/License
file.
Open the
conf/License
file.Enter the License Key.
Save the file and restart the service if necessary.
By following these steps, you can ensure that your license is correctly applied, enabling all the features and support provided by OvenMediaEngine Enterprise.
Ports used by default
The default configuration uses the following ports, so you need to open it in your firewall settings:
OvenMediaEngine
Web Console (OvenStudio)
Example Firewall Commands
You can specify the protocol (TCP or UDP) if needed, but if you don't specify, Docker will default to TCP. To explicitly define the protocol, you can use. It's often a good practice to specify the protocol to avoid ambiguity. You can open firewall ports as in the following example:
Last updated