Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine
Commits
185af947
Commit
185af947
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Debugging commands for Liquidsoap.
parent
50420a79
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/developer-guide.md
+28
-0
28 additions, 0 deletions
docs/developer-guide.md
with
28 additions
and
0 deletions
docs/developer-guide.md
+
28
−
0
View file @
185af947
...
...
@@ -11,6 +11,7 @@ This page gives insights on extending Aura Engine internals or through the API.
-
[
1.4. Components
](
#14-components
)
-
[
1.5. Running the Engine
](
#15-running-the-engine
)
-
[
1.6. Default ports used by Engine
](
#16-default-ports-used-by-engine
)
-
[
1.7. Debugging Liquidsoap
](
#17-debugging-liquidsoap
)
<!-- /TOC -->
...
...
@@ -91,3 +92,30 @@ Those are the default port numbers:
*
`1234`
... Liquidsoap Telnet Server
*
`3333`
... Exposes the Engine API
*
`5000`
... Svelte development mode; dynamically uses some other port if occupied
## 1.7. Debugging Liquidsoap
Connect to Liquidsoap via 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
`queue 0`
in_filesystem_0.push /path/to/your/file.mp3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment