AppsVideo StreamingOvenmediaengine

OvenMediaEngine

OvenMediaEngine is a selfhostable Open-Source Streaming Server with Sub-Second Latency.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  ovenmediaengine:
    image: airensoft/ovenmediaengine:0.16.8
    container_name: ome
    environment:
      - OME_HOST_IP=Your.HOST.IP.Address
    ports:
      - 1935:1935
      - 9999:9999/udp
      - 9000:9000
      - 3333:3333
      - 3478:3478
      - 10000-10009:10000-10009/udp
    restart: unless-stopped

Resources

Website: https://space.ovenplayer.com/

GitHub: https://github.com/AirenSoft/OvenMediaEngine

Docker Hub: https://hub.docker.com/r/airensoft/ovenmediaengine

Configuration: https://airensoft.gitbook.io/ovenmediaengine/getting-started/getting-started-with-docker