You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
OvenMediaEngine launcher is unable to start when enabled MPEGTS
To Reproduce
Steps to reproduce the behavior:
Uncomment MPEGTS in server.xml by removing
run ./ome_docker_launcher.sh start
Error:
ERROR: Not supported module: Publishers
Expected behavior
OvenMediaEngine starts as expected
Additional context
At the module start there is a comment that is not correctly commented out.
This breakes the config and the manager does not start the OvenMediaEngine.
Line in question:
<- Listen on port 4000
This is just a demonstration to show that you can configure the port in several ways ->
Possible fix
Change the comment line to start with <!--
Best regards
The text was updated successfully, but these errors were encountered:
Describe the bug
OvenMediaEngine launcher is unable to start when enabled MPEGTS
To Reproduce
Steps to reproduce the behavior:
Uncomment MPEGTS in server.xml by removing
run ./ome_docker_launcher.sh start
Error:
ERROR: Not supported module: Publishers
Expected behavior
OvenMediaEngine starts as expected
Additional context
At the module start there is a comment that is not correctly commented out.
This breakes the config and the manager does not start the OvenMediaEngine.
Line in question:
<- Listen on port 4000
This is just a demonstration to show that you can configure the port in several ways ->
Possible fix
Change the comment line to start with <!--
Best regards
The text was updated successfully, but these errors were encountered: