Describe the bug
I was evaluating the OvenMediaEngine solution to replace our Antmedia server and I was using the 0.16.6 Docker image for my tests and development. This morning when I deployed my local stack with the new OME 0.16.7 it appears that the WebRTC player was not able to work anymore.
I did not change the Server.xml but only changed the version of the Docker image and when I switch back to the previous version 0.16.6 everything is working fine.
I also tried to test the server through OvenRtcTester and it did not work either.
Thanks to you, I realized that my test code was included in the release of 0.16.7. I fixed it urgently and released 0.16.8. Our build system will upload the new docker shortly. Thanks.
Describe the bug I was evaluating the OvenMediaEngine solution to replace our Antmedia server and I was using the 0.16.6 Docker image for my tests and development. This morning when I deployed my local stack with the new OME 0.16.7 it appears that the WebRTC player was not able to work anymore. I did not change the Server.xml but only changed the version of the Docker image and when I switch back to the previous version 0.16.6 everything is working fine.
I also tried to test the server through OvenRtcTester and it did not work either.
To Reproduce Steps to reproduce the behavior:
version: '3.6'
services: origin: build: context: . image: airensoft/ovenmediaengine:0.16.7 ports:
Uncomment the following line to use your own configuration file (./origin_conf/Server.xml)
volumes:
./origin_conf:/opt/ovenmediaengine/bin/origin_conf command: /opt/ovenmediaengine/bin/OvenMediaEngine -c origin_conf
ovenplayer: image: airensoft/ovenplayerdemo:latest networks:
Logs _single-server-origin-1_logs (1).txt
I also tried the new Docker image on a cloud VM and it did not work either :(