From 80dea5fd69cb70b404862783b65a8459d22619e6 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 20 Dec 2024 15:47:54 -0800 Subject: [PATCH] Add example OME Server.xml --- README.md | 2 +- example/ome_server.xml | 237 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 238 insertions(+), 1 deletion(-) create mode 100644 example/ome_server.xml diff --git a/README.md b/README.md index c00cdd6..5e8667d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This project tries to be pretty lean. Requirements should be roughly... 3. Some number of applications 4. Applications configured with a producer webhook of `http://localhost:8080` 2. Extract or clone this repository somewhere -3. Configure your HTTP daemon/proxy/etc to proxy HTTPS to `http://localhost:8080` +3. Configure your HTTP daemon/proxy/etc to proxy HTTPS to `http://localhost:8080/admission` 4. Set up environment variables to your liking. The OvenMediaEngine API key and password are mandatory; see Configuration below 5. Start the management engine with either `python3 main.py` or a systemd unit as noted in `examples/` diff --git a/example/ome_server.xml b/example/ome_server.xml new file mode 100644 index 0000000..bc5a35c --- /dev/null +++ b/example/ome_server.xml @@ -0,0 +1,237 @@ + + + + OvenMediaEngine + + origin + + * + + false + + stun.ovenmediaengine.com:13478 + + + + true + + + + false + + + + false + 2 + + + + + + + + 8081 + + + + + + 1935 + 4 + + + + + 3333 + 4 + + + ${env:OME_HOST_IP:*}:${env:OME_WEBRTC_CANDIDATE_PORT:10000-10004/udp} + ${env:OME_HOST_IP:*}:${env:OME_WEBRTC_TCP_RELAY_PORT:3478} + + false + 4 + + + + + + + + + 3333 + 4 + + + ${env:OME_WEBRTC_CANDIDATE_IP:*}:${env:OME_WEBRTC_CANDIDATE_PORT:10000-10004/udp} + + ${env:OME_WEBRTC_CANDIDATE_IP:*}:${env:OME_WEBRTC_TCP_RELAY_PORT:3478} + true + 4 + + + + + + + + + localhost + + + + + EXAMPLE_USER:EXAMPLE_PASSWORD + + + + + + + default + ovenmediaengine.com + + + + * + + + + + + http://127.0.0.1:8080/admission + aaa + 3000 + + + rtmp,webrtc,srt + + + + + + * + + + + + + example_app_1 + live + + + + bypass_stream + ${OriginStreamName} + + + + + + + + + + 5000 + + * + + + + + false + + + + 4 + 2 + + + 5000 + true + + false + true + + + + + + +