Getting Started with Docker
Getting Started with default settings
docker run --name ome -d -e OME_HOST_IP=Your.HOST.IP.Address \
-p 1935:1935 -p 9999:9999/udp -p 9000:9000 -p 3333:3333 -p 3478:3478 -p 10000-10009:10000-10009/udp \
airensoft/ovenmediaengine:latestEnvironment Variables
Env
Default Value
Getting Started with Complex Configuration
Type
Path / Description
Setup
Create the directories
Copy the default configurations from Docker container
Copy the certificate files to the directory
Modify Server.xml if necessary
Running
Run Docker Container
Check the log file
Restart Docker Container
Stop and Remove Container
Last updated
Was this helpful?