-[Liquidsoap Server Debugging](#liquidsoap-server-debugging)
-[Read more](#read-more)
-[Read more](#read-more)
-[About](#about)
-[About](#about)
...
@@ -68,32 +67,6 @@ Review the settings in your `engine-core.ini` to fine-tune the heart of your eng
...
@@ -68,32 +67,6 @@ Review the settings in your `engine-core.ini` to fine-tune the heart of your eng
After successfully running Engine Core you might look into getting started with [the other Engine Components](https://gitlab.servus.at/aura/engine) and [AURA Web](https://gitlab.servus.at/aura/meta).
After successfully running Engine Core you might look into getting started with [the other Engine Components](https://gitlab.servus.at/aura/engine) and [AURA Web](https://gitlab.servus.at/aura/meta).
## Liquidsoap Server Debugging
Connect to Liquidsoap via [Telnet](https://en.wikipedia.org/wiki/Telnet)
telnet 127.0.0.1 1234
List available commands
help
List all available channels
list
List all input channels connected to the mixer
mixer.input
Set the volume of mixer `input 0` to `100%`
mixer.volume 0 100
Push some audio file to the filesystem `in_filesystem_0`
-[How can I find the audio device IDs, required for settings in engine-core.ini?](#how-can-i-find-the-audio-device-ids-required-for-settings-in-engine-coreini)
-[How can I find the audio device IDs, required for settings in engine-core.ini?](#how-can-i-find-the-audio-device-ids-required-for-settings-in-engine-coreini)
-[How to solve 'Error when starting output output_lineout_0: Failure("Error while setting open_pcm: Device or resource busy")!'?](#how-to-solve-error-when-starting-output-output_lineout_0-failureerror-while-setting-open_pcm-device-or-resource-busy)
-[How to solve 'Error when starting output output_lineout_0: Failure("Error while setting open_pcm: Device or resource busy")!'?](#how-to-solve-error-when-starting-output-output_lineout_0-failureerror-while-setting-open_pcm-device-or-resource-busy)
-[How to avoid stutter, hangs, artifacts or in general glitchy sound?](#how-to-avoid-stutter-hangs-artifacts-or-in-general-glitchy-sound)
-[How to avoid stutter, hangs, artifacts or in general glitchy sound?](#how-to-avoid-stutter-hangs-artifacts-or-in-general-glitchy-sound)
-[Are there any commands to directly control the playout-server for development, debugging or testing?](#are-there-any-commands-to-directly-control-the-playout-server-for-development-debugging-or-testing)
-[Read More](#read-more)
-[Read More](#read-more)
<!-- /TOC -->
<!-- /TOC -->
...
@@ -43,6 +44,32 @@ This can have various reasons, but first of all it's good to check the `engine-c
...
@@ -43,6 +44,32 @@ This can have various reasons, but first of all it's good to check the `engine-c
**The hardware is hitting its limits**: Also check the relevant logs and the system utilization. Are there other processes using up the machines resources? You might even be hitting the performance limit of your hardware. Maybe using a realtime linux kernel could help too.
**The hardware is hitting its limits**: Also check the relevant logs and the system utilization. Are there other processes using up the machines resources? You might even be hitting the performance limit of your hardware. Maybe using a realtime linux kernel could help too.
## Are there any commands to directly control the playout-server for development, debugging or testing?
Connect to Liquidsoap via [Telnet](https://en.wikipedia.org/wiki/Telnet)
telnet 127.0.0.1 1234
List available commands
help
List all available channels
list
List all input channels connected to the mixer
mixer.input
Set the volume of mixer `input 0` to `100%`
mixer.volume 0 100
Push some audio file to the filesystem `in_filesystem_0`