AirenSoft/OvenMediaEngine

OME Docker Launcher broken.

Closed this issue · 3 comments

./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 ,

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.

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.

@tdrone993
I have updated the script to work in environments without gawk. Please let me know if it doesn't function properly. Thank you!