Unix and Linux Discussions Tagged with unix scripting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
409 |
422,938 |
Open Source |
|
|
|
192 |
260,167 |
Open Source |
|
|
|
249 |
262,249 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
6,036 |
Shell Programming and Scripting |
|
|
|
1 |
2,482 |
UNIX for Advanced & Expert Users |
|
|
|
182 |
206,430 |
SuSE |
|
|
|
1 |
4,983 |
Shell Programming and Scripting |
|
|
|
9 |
4,521 |
Shell Programming and Scripting |
|
|
|
11 |
5,177 |
Shell Programming and Scripting |
|
|
|
6 |
14,812 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
32,754 |
Shell Programming and Scripting |
|
|
|
1 |
3,074 |
Shell Programming and Scripting |
|
|
|
4 |
2,804 |
Shell Programming and Scripting |
|
|
|
2 |
2,550 |
Shell Programming and Scripting |
|
|
|
4 |
4,451 |
Shell Programming and Scripting |
|
|
|
54 |
49,766 |
Shell Programming and Scripting |
|
|
|
1 |
2,994 |
Solaris |
|
|
|
61 |
48,720 |
Web Development |
|
|
|
5 |
2,473 |
Shell Programming and Scripting |
|
|
|
2 |
5,297 |
Homework & Coursework Questions |
|
|
|
7 |
17,638 |
Shell Programming and Scripting |
|
|
|
1 |
5,331 |
Shell Programming and Scripting |
|
|
|
54 |
42,504 |
What is on Your Mind? |
|
|
|
29 |
20,566 |
What is on Your Mind? |
|
|
|
11 |
32,676 |
Shell Programming and Scripting |
|
|
|
11 |
29,005 |
Shell Programming and Scripting |
|
|
|
13 |
141,912 |
Shell Programming and Scripting |
|
|
|
6 |
12,826 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,333 |
Shell Programming and Scripting |
|
|
|
15 |
54,296 |
Gentoo |
|
|
|
7 |
29,970 |
Shell Programming and Scripting |
|
|
|
3 |
55,043 |
Shell Programming and Scripting |
|
|
|
52 |
374,728 |
Shell Programming and Scripting |
|
|
|
11 |
14,576 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
8,965 |
Shell Programming and Scripting |
|
|
|
10 |
28,325 |
OS X (Apple) |
|
|
|
6 |
5,862 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
14,630 |
Windows & DOS: Issues & Discussions |
|
|
|
12 |
10,104 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
9,838 |
Shell Programming and Scripting |
LIQUIDSOAP(1) General Commands Manual LIQUIDSOAP(1)
NAME
liquidsoap - a multimedia streaming language
SYNOPSIS
liquidsoap [options] [script|expression]
DESCRIPTION
Liquidsoap is a programming language for describing multimedia streaming systems. It is very flexible, making simple things simple but
giving a lot of control for advanced uses. Liquidsoap supports audio, video and MIDI streams, and a wide range of input/output operators
including Icecast and various soundcard APIs. It can perform a broad range of signal processing, combine streams in various ways, support
custom transitions, generate sound procedurally... and all this can be assembled as you wish. Input files can be accessed remotely, or
even be synthesized on the fly using external scripts such as speech synthesis. Finally, interaction with a running liquidsoap instance is
possible via telnet or socket.
Liquidsoap scripts passed on the command line will be evaluated: they shall be used to define the streaming system to be ran. It is possi-
ble to pass multiple scripts; they will all be ran successively, and definitions from one script can be used in subsequent ones. A script
will be read from standard input if - is given as script filename. Information about scripting liquidsoap is available on our website:
http://savonet.sf.net/
If the parameter is not a file it will be treated as an expression which will be executed. It is a convenient way to test simple one-line
scripts. When running only one-liners, the default is to log messages directly on stdout rather than to a file.
OPTIONS
-
Read script from standard input.
-- Stop parsing the command-line and pass subsequent items to the script.
--debug
Print debugging log messages.
--dynamic-plugins-dir path
Directory where to look for plugins.
--errors-as-warnings
Issue warnings instead of fatal errors for unused variables and ignored expressions. If you are not sure about it, it is better to
not use it.
--interactive
Start an interactive interpreter.
--list-plugins
List all plugins (builtin scripting values, supported formats and protocols).
--list-plugins-xml
List all plugins (builtin scripting values, supported formats and protocols), output as XML.
--no-pervasives
Do not load pervasive script libraries.
--version
Display liquidsoap's version.
-c, --check
Check and evaluate scripts but do not perform any streaming.
-cl, --check-lib
Like --check but treats all scripts and expressions as libraries, so that unused toplevel variables are not reported.
-d, --daemon
Run in daemon mode.
-f, --force-start
For advanced dynamic uses: force liquidsoap to start even when no active source is initially defined.
-h plugin
Print the description of a plugin, eg. a builtin scripting function.
-i Display infered types.
-p, --parse-only
Parse scripts but do not type-check and run them.
-q, --quiet
Do not print log messages on standard output.
-r filename
Process a request.
-T, --disable-telnet
Disable the telnet server.
-U, --disable-unix-socket
Disable the unix socket.
-t, --enable-telnet
Enable the telnet server.
-u, --enable-unix-socket
Enable the unix socket.
-v, --verbose
Print log messages on standard output.
--conf-descr-key key
Describe a configuration key.
--conf-descr
Show all configuration keys with their documentation.
--conf-descr-liqi
Show all configuration keys with their documentation in liqi (documentation wiki) format.
--conf-dump
Dump the configuration state
-help, --help
Display this list of options
SEE ALSO
Our website http://savonet.sf.net/ and the HTML documentation coming with your distribution of liquidsoap.
AUTHOR
Savonet team <savonet-users@lists.sourceforge.net>
Liquidsoap 1.0.1 June 25, 2012 LIQUIDSOAP(1)