Skip to content
Discussion options

You must be logged in to vote

Current status: Backend: ✅ Working (FFmpeg → OME) OME ingest: ✅ Working (RTMP processing) OME publish: ❌ Broken (WebRTC ICE)

I am getting the ICE of the docker instead of the Public IP that's why the browser can't reach OME.

here is the ome in my docker compose

ome: image: airensoft/ovenmediaengine:latest container_name: ome environment: - OME_HOST_IP=<my_ip> ports: - "3333:3333" # WebRTC signaling - "8080:8080" - "8081:8081" # HTTP API - "1935:1935" # RTMP - "3478:3478" # TURN/TCP relay - "10000-10019:10000-10019/udp" # WebRTC media ports volumes: - ./origin_conf:/opt/ovenmediaengine/bin/origin_conf:ro networks: - cctv_network restart: unless-stopped

The streaming is already working he…

Replies: 1 comment 15 replies

Comment options

bchah
Aug 29, 2025
Collaborator Sponsor

You must be logged in to vote
15 replies
@curt-optivolve
Comment options

@curt-optivolve
Comment options

@getroot
Comment options

@curt-optivolve
Comment options

Answer selected by curt-optivolve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants