Closed KVAnton-WEB closed 3 years ago
Okay, I'm stupid. I am newbie in Docker and have not started edge-version. I suspected that something was wrong, and that helped me too: https://hub.docker.com/r/airensoft/ovenmediaengine (I think it is necessary to add something about this to the documentation)
Now my LAN latency is 250-300ms (playing through OvenPlayer). I have 100-150ms when playing on PC via ffplay I'm happy with this result, it's cool
hola que tal tambien estoy emepzando con docker pero tengo el mismo error no me sale mi transmision como lo solucionaste saludos
Hi, I need help with config.
Now, my playground on the local network: I have rtsp:
rtsp://192.168.1.40:8554/unicast
I have PC on Ubuntu 20.04 and Chromium:192.168.1.34
I have server on Ubuntu Server 20.04:192.168.1.41
I have this error in the browser (for Request URL: ws://192.168.1.41:3333/):
DevTools Console log: -1612672780015.log
main.js:233 error occured : {code: 501, message: "Connection with low-latency(OME) server failed.", reason: "WebSocket connection failed.", error: "Cannot create offer"
Run docker on server:
sudo docker run -d -p 1935:1935 -p 4000-4005:4000-4005/udp -p 3333:3333 -p 8080:8080 -p 9000:9000 -p 10000-10010:10000-10010/udp airensoft/ovenmediaengine:latest
Inside docker container - I can play rtsp by ffmpeg:
ffmpeg -i rtsp://192.168.1.40:8554/unicast
My
/opt/ovenmediaengine/bin/edge_conf/Server.xml
(Of course inside docker container):My
/opt/ovenmediaengine/bin/origin_conf/Server.xml
:/var/log/ovenmediaengine/ovenmediaengine.log
:For the test, I am using
/OvenPlayer/dist/development/index.html
and tried these configurations:and