AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://airensoft.com/ome.html
GNU Affero General Public License v3.0
2.6k stars 1.06k forks source link

WebRTC player not working with the new Docker image 0.16.7 #1667

Closed Allenille closed 4 months ago

Allenille commented 4 months ago

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:

  1. Set Server.xml as follows:
    
    <?xml version="1.0" encoding="UTF-8"?>
OvenMediaEngine origin * false true 1935 1 3333 3334 1 *:10000-10004/udp *:3478 true 1 origin origin * app live false bypass_stream ${OriginStreamName} 1 8 30000 false false false

Here is my docker compose file:

version: '3.6'

services: origin: build: context: . image: airensoft/ovenmediaengine:0.16.7 ports:

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 :(

getroot commented 4 months ago

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.