AirenSoft / OvenMediaEngine

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

OME Docker Launcher broken. #1683

Open tdrone993 opened 2 weeks ago

tdrone993 commented 2 weeks ago

./ome_docker_launcher.sh start

▄██████▀███▄ █████▀ ▄██████ OvenMediaEngine Launcher v0.3 ███▄▄▄▄▀▀▀▀███ ██████▀ ▄█████ https://github.com/AirenSoft/OvenMediaEngine ▀███▄██████▀

• Starting OvenMediaEngine... • Obtaining the port list from /usr/share/ovenmediaengine/conf/Server.xml awk: line 55: syntax error at or near ,

getroot commented 2 weeks ago

This seems to be a problem that occurs when gawk is not installed on the system, but awk is installed. we are investigating how to efficiently resolve this. Thanks.

dimiden commented 2 weeks ago

The current script is written based on gawk, so the issue you mentioned occurs when using awk. Therefore, until this issue is resolved, I recommend installing and running gawk if possible.