[xiph-commits] r7465 - icecast/branches/kh/ices/doc
j at motherfish-iii.xiph.org
j
Thu Aug 5 19:08:13 PDT 2004
Author: j
Date: Thu Aug 5 19:08:13 2004
New Revision: 7465
Modified:
icecast/branches/kh/ices/doc/inputs.html
Log:
add doc for jack module to inputs.html
Modified: icecast/branches/kh/ices/doc/inputs.html
===================================================================
--- icecast/branches/kh/ices/doc/inputs.html 2004-08-03 12:46:50 UTC (rev 7464)
+++ icecast/branches/kh/ices/doc/inputs.html 2004-08-03 13:59:16 UTC (rev 7465)
@@ -130,6 +130,48 @@
<p>
The parameters are the same as the OSS and ALSA modules.
</p>
+
+ <h2>Jack</h2>
+ <pre>
+ <module>jack</module>
+ <param name="channels">2</param>
+ <param name="clientname">ices</param>
+ <param name="metadatafilename">/home/ices/metadata</param>
+ </pre>
+ <p>
+ This module is for live input from <a href="jackit.sf.net">JACK</a>, a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X.
+ </p>
+ <p>
+ The following can be used to configure the module
+ </p>
+ <h4>channels</h4>
+ <div class=indentedbox>
+ The number of channels to record. This is typically 2 for stereo or 1 for mono. <br />
+This is also the number of jack ports, that will be available
+to other jack clients
+ </div>
+ <h4>clientname</h4>
+ <div class=indentedbox>
+ The name ices registers as at the jack server.
+ </div>
+ <h4>metadatafilename</h4>
+ <div class=indentedbox>
+ <p>
+ The name of the file to open and read the metadata tags from, with this
+ parameter missing standard input is read. Using a file is often the better
+ approach. When using the file access the procedure is usually to populate
+ the file contents then send a SIGUSR1 to the IceS process.
+ </p>
+ <p>
+ The format of the file itself is a simple one comment per line format,
+ below is a trivial example of the file, other tags can be used but players
+ tend to only look for artist and title for displaying. The data must be in
+ UTF-8 (this is not checked by ices, however).
+ </p>
+ </div>
+
+
+
<h2>StdinPCM</h2>
<pre>
<module>stdinpcm</module>
More information about the commits
mailing list