[xiph-commits] r12689 - trunk/ezstream/win32

moritz at svn.xiph.org moritz at svn.xiph.org
Thu Mar 8 17:49:25 PST 2007


Author: moritz
Date: 2007-03-08 17:49:22 -0800 (Thu, 08 Mar 2007)
New Revision: 12689

Removed:
   trunk/ezstream/win32/ezstream.1.html
Modified:
   trunk/ezstream/win32/Makefile.am
Log:
Kill off the ugly HTML page. Replace with a regen-win32: target in Makefile.am
that automatically generates a PDF version of the current man page (PDF not
included in the source tarball.)


Modified: trunk/ezstream/win32/Makefile.am
===================================================================
--- trunk/ezstream/win32/Makefile.am	2007-03-09 01:44:38 UTC (rev 12688)
+++ trunk/ezstream/win32/Makefile.am	2007-03-09 01:49:22 UTC (rev 12689)
@@ -1,6 +1,10 @@
 AUTOMAKE_OPTIONS = 1.9 foreign
 
-EXTRA_DIST =	README.win32 config.h ezstream.1.html ezstream.sln \
-		ezstream.vcproj
+EXTRA_DIST =	README.win32 config.h ezstream.sln ezstream.vcproj
 
-CLEANFILES =	core *.core *~ .*~
+CLEANFILES =	core *.core *~ .*~ ezstream.1.pdf
+
+do_subst =	sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/conf,g'
+
+regen-win32: Makefile
+	$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf

Deleted: trunk/ezstream/win32/ezstream.1.html
===================================================================
--- trunk/ezstream/win32/ezstream.1.html	2007-03-09 01:44:38 UTC (rev 12688)
+++ trunk/ezstream/win32/ezstream.1.html	2007-03-09 01:49:22 UTC (rev 12689)
@@ -1,258 +0,0 @@
-<html>
-<head>
-<meta name="Content-Style" content="text/css">
-</head>
-<body>
-<a href="#NAME">NAME</a><br>
-<a href="#SYNOPSIS">SYNOPSIS</a><br>
-<a href="#DESCRIPTION">DESCRIPTION</a><br>
-<a href="#XML CONFIGURATION">XML CONFIGURATION</a><br>
-<a href="#FILES">FILES</a><br>
-<a href="#AUTHORS">AUTHORS</a><br>
-<!-- Creator     : groff version 1.15  -->
-<!-- CreationDate: Mon Mar  5 02:00:35 2007
- -->
-<!-- Total number of pages: 4 -->
-<!-- Page: 1 -->
-<!-- left  margin: 100 -->
-<!-- right margin: 750 -->
-<p><font size=3>EZSTREAM ( 1 ) OpenBSD Reference Manual EZSTREAM ( 1 )</p>
-<a name="NAME"></a><h2>NAME</h2><p><span style=" text-indent: 0.4500in;"></span><font size=3><tt><B>ezstream</tt></B> <font size=3>- source client for Icecast with external en-/decoder support</p>
-<a name="SYNOPSIS"></a><h2>SYNOPSIS</h2><p><span style=" text-indent: 0.4500in;"></span><font size=3><tt><B>ezstream</tt></B> <font size=3>[ <font size=3><tt><B>-hqVv</tt></B> <font size=3>] [ <font size=3><tt><B>-c</tt></B> <font size=3><tt><I>configfile</tt></I> <font size=3>]</p>
-<a name="DESCRIPTION"></a><h2>DESCRIPTION</h2>
-<table width="100%"  rules="none"  frame="none"  cols="2">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="3.0769%">
-</td>
-<td valign="top" align="left"  width="96.9231%">
-<p><span style=" text-indent: 0.2500in;"></span><font size=3>The <font size=3><tt><B>ezstream</tt></B> <font size=3>utility is a source client for the Icecast media streaming server. In its basic mode of op-<br>
-<span style=" text-indent: 0.2500in;"></span>eration, it streams media files and data from standard input "as-is" -- such as Ogg Vorbis, Ogg Theora and<br>
-<span style=" text-indent: 0.2500in;"></span>MP3 -- to a server. It can also use various external decoders and encoders to reencode from one format<br>
-<span style=" text-indent: 0.2500in;"></span>to another, and stream the result. The only requirement is that the external programs support writing to or<br>
-<span style=" text-indent: 0.2500in;"></span>reading from standard input, and can be used from the command line.</p>
-<p><font size=3><B>Command line parameters</p>
-</B><p><span style=" text-indent: 0.2700in;"></span><font size=3><tt><B>-c</tt></B> <font size=3><tt><I>configfile<br>
-<span style=" text-indent: 0.6800in;"></span></tt></I>Use the XML configuration in <font size=3><tt><I>configfile</tt></I><font size=3>. ( Mandatory. )</p>
-<p><span style=" text-indent: 0.2700in;"></span><font size=3><tt><B>-h</tt></B> <font size=3>Print a summary of available command line parameters with short descriptions and exit.</p>
-<p><span style=" text-indent: 0.2700in;"></span><font size=3><tt><B>-q</tt></B> <font size=3>Be more quiet. Suppress the output that external programs send to standard error.</p>
-<p><span style=" text-indent: 0.2700in;"></span><font size=3><tt><B>-V</tt></B> <font size=3>Print the <font size=3><tt><B>ezstream</tt></B> <font size=3>version number and exit.</p>
-<p><span style=" text-indent: 0.2700in;"></span><font size=3><tt><B>-v</tt></B> <font size=3>Produce more verbose output from <font size=3><tt><B>ezstream</tt></B><font size=3>. Use twice for even more verbose output.</p>
-<p><span style=" text-indent: 0.2500in;"></span><font size=3>When the <font size=3><tt><B>-q</tt></B> <font size=3>and <font size=3><tt><B>-v</tt></B> <font size=3>parameters are provided simultaneously, an additional line of information about the<br>
-<span style=" text-indent: 0.2500in;"></span>currently streamed file -- playlist position, approximate playing time and bitrate -- is displayed.</p>
-<p><font size=3><B>Runtime control<br>
-<span style=" text-indent: 0.2500in;"></span></B>On POSIX systems, <font size=3><tt><B>ezstream</tt></B> <font size=3>offers limited runtime control via signals when it is not streaming data<br>
-<span style=" text-indent: 0.2500in;"></span>from standard input. By sending a signal to the ezstream process, e.g. with the <font size=3><tt>kill</tt><font size=3>(1) utility, a certain<br>
-<span style=" text-indent: 0.2500in;"></span>action will be triggered.</p>
-<p><span style=" text-indent: 0.2500in;"></span><font size=3><tt><B>SIGHUP<br>
-<span style=" text-indent: 0.5900in;"></span></tt></B>Rereads the playlist file after the track that is currently streamed. If the playlist is not to be shuffled,<br>
-<span style=" text-indent: 0.5900in;"></span><tt><B>ezstream</tt></B> <font size=3>attempts to find the previously streamed file and continue with the one following it, or<br>
-<span style=" text-indent: 0.5900in;"></span>restarts from the beginning of the list otherwise.</p>
-<p><span style=" text-indent: 0.2500in;"></span><font size=3><tt><B>SIGUSR1<br>
-<span style=" text-indent: 0.5900in;"></span></tt></B>Skips the currently playing track and moves on to the next in playlist mode, or restarts the current<br>
-<span style=" text-indent: 0.5900in;"></span>track when streaming a single file.</p>
-</td>
-</tr>
-</table>
-<p><font size=3><B>CONFIGURATION FILE SYNTAX</p>
-</B>
-<table width="100%"  rules="none"  frame="none"  cols="2">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="6.9231%">
-</td>
-<td valign="top" align="left"  width="93.0769%">
-<p><font size=3>The <font size=3><tt><B>ezstream</tt></B> <font size=3>utility uses a simple XML configuration file format. It has a tree-like structure and is made up of <font size=3><I>XML elements</I><font size=3>. Of all the possible XML features, only regular elements that contain text or other elements, and comments, appear in an <font size=3><tt><B>ezstream</tt></B> <font size=3>configuration file.</p>
-<p><font size=3>Each element in the configuration file consists of a <font size=3><tt>start tag</tt><font size=3>, its content and an <font size=3><tt>end tag</tt><font size=3>. For ex- ample:</p>
-<p><span style=" text-indent: 0.3600in;"></span><font size=3><tt>&lt;filename&gt;playlist.m3u&lt;/filename&gt;<br>
-<span style=" text-indent: 0.3600in;"></span>&lt;!-- XML comments look like this. --&gt;</p>
-</tt></td>
-</tr>
-</table>
-<a name="XML CONFIGURATION"></a><h2>XML CONFIGURATION</h2><p><span style=" text-indent: 0.4500in;"></span><font size=3>In this section, each available element is listed and described. Note that for this purpose, elements are in-<br>
-<span style=" text-indent: 0.4500in;"></span>troduced in their short, i.e. empty form. In the configuration file, they need to be used as <font size=3><I>start tag +<br>
-<span style=" text-indent: 0.4500in;"></span>content + end tag</I><font size=3>, like in the introductory example shown above.</p>
-<p><font size=3>OpenBSD 4.1 February 20, 2007 1<br>
-</p>
-
-<!-- Page: 2  -->
-<!-- left  margin: 100 -->
-<!-- right margin: 750 -->
-<p><font size=3>EZSTREAM ( 1 ) OpenBSD Reference Manual EZSTREAM ( 1 )</p>
-<p><span style=" text-indent: 0.2000in;"></span><font size=3><B>Root element</p>
-</B><p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;ezstream /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Mandatory. ) The configuration file's root element. It contains all other configuration elements.</p>
-<p><span style=" text-indent: 0.2000in;"></span><font size=3><B>Global configuration elements<br>
-<span style=" text-indent: 0.4500in;"></span></B>Each of the global configuration elements have the &lt;ezstream/&gt; element as their parent.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;url /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Mandatory. ) Specifies the location and mountpoint of the Icecast server, to which the stream will be<br>
-<span style=" text-indent: 0.4500in;"></span>sent. The content must be of the form <font size=3><tt>http://server:port/mountpoint</tt> <font size=3>For example:</p>
-<p><span style=" text-indent: 0.8100in;"></span><font size=3><tt>&lt;url&gt;http://example.com:8000/stream.ogg&lt;/url&gt;</p>
-</tt><p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;sourcepassword /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Mandatory. ) Sets the source password for authentication with the Icecast server.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;format /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Mandatory. ) This element has two different meanings, depending on whether reencoding is enabled or<br>
-<span style=" text-indent: 0.4500in;"></span>not. It specifies the <font size=3><I>output format</I> <font size=3>of the stream if reencoding is enabled. Otherwise, it specifies the <font size=3><I>input<br>
-<span style=" text-indent: 0.4500in;"></span>format</I> <font size=3>of <font size=3><B>all</B> <font size=3>input files. Recognized and supported values for output stream formats are <font size=3><B>VORBIS</B><font size=3>, <font size=3><B>MP3<br>
-<span style=" text-indent: 0.4500in;"></span></B>and <font size=3><B>THEORA</B><font size=3>. Other values will be ignored and cause <font size=3><tt><B>ezstream</tt></B> <font size=3>to simply pass through the data,<br>
-<span style=" text-indent: 0.4500in;"></span>which may or may not work.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;filename /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Mandatory. ) Set the path and name of a single media file, a playlist, the name of an external program<br>
-<span style=" text-indent: 0.4700in;"></span>( see below ) , or the keyword <font size=3><tt>stdin</tt> <font size=3>for streaming from standard input. Playlists are recognized by their<br>
-<span style=" text-indent: 0.4500in;"></span>filename extension and end with either <font size=3><I>.m3u</I> <font size=3>or <font size=3><I>.txt</I><font size=3>.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3>A playlist consists of filenames, one entry per line. Comments in playlists are introduced by a `<font size=3><tt>#</tt><font size=3>' sign at<br>
-<span style=" text-indent: 0.4500in;"></span>the beginning of a line and ignored by <font size=3><tt><B>ezstream</tt></B><font size=3>.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;playlist_program /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set to <font size=3><B>1</B> <font size=3>( one ) to indicate that the file in &lt;filename/&gt; is actually an executable program or<br>
-<span style=" text-indent: 0.4500in;"></span>script. This program is supposed to print ( to standard output ) one line with the name of a file that should<br>
-<span style=" text-indent: 0.4500in;"></span>be streamed next and then exit.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3>If set to <font size=3><B>0</B> <font size=3>( zero ) , &lt;filename/&gt; content is assumed to be a media file, playlist file or the keyword <font size=3><tt>stdin<br>
-<span style=" text-indent: 0.4700in;"></span></tt>( the default ) .</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;shuffle /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set to <font size=3><B>1</B> <font size=3>( one ) to randomly shuffle the entries of the playlist specified in &lt;filename/&gt;. Files<br>
-<span style=" text-indent: 0.4500in;"></span>are played sequentially if set to <font size=3><B>0</B> <font size=3>( zero ) or when the &lt;shuffle/&gt; element is absent. This option will be ig-<br>
-<span style=" text-indent: 0.4500in;"></span>nored if &lt;playlist_program/&gt; is set to 1 ( one. )</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;stream_once /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Set to <font size=3><B>1</B> <font size=3>( one ) in order to stream the content of &lt;filename/&gt; only once, and to <font size=3><B>0</B> <font size=3>( zero ) for continuous<br>
-<span style=" text-indent: 0.4500in;"></span>streaming ( the default ) .</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;reconnect_tries /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Set how many attempts should be made to reconnect to the Icecast server in case the connection is inter-<br>
-<span style=" text-indent: 0.4500in;"></span>rupted. The default is to try indefinitely, which is equal to setting this configuration option to <font size=3><B>0</B> <font size=3>( zero ) .</p>
-
-<table width="100%"  rules="none"  frame="none"  cols="3">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="6.9231%">
-<p><font size=3><B><span style=" text-indent: 0.4500in;"></span>&lt;svrinfoname<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfourl<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional.</p>
-<p><font size=3>OpenBSD</p>
-</td>
-<td valign="top" align="left"  width="80.1538%">
-<p><font size=3><B>&lt;svrinfoname /&gt;<br>
-<span style=" text-indent: 0.0200in;"></span></B>( Optional. ) Set the name of the broadcast. Informational only.</p>
-<p><font size=3><B>&lt;svrinfourl /&gt;<br>
-<span style=" text-indent: 0.0200in;"></span></B>( Optional. ) Set the URL of the web site associated with the broadcast. Informational only.</p>
-<p><span style=" text-indent: 0.1600in;"></span><font size=3>4.1 February 20, 2007</p>
-</td>
-<td valign="top" align="left"  width="1.0769%">
-<p><font size=3>2</p>
-</td>
-</tr>
-</table>
-<br>
-<!-- Page: 3  -->
-<!-- left  margin: 100 -->
-<!-- right margin: 750 -->
-
-<table width="100%"  rules="none"  frame="none"  cols="5">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="22.1538%">
-<p><font size=3>EZSTREAM ( 1 )</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfogenre /&gt;</p>
-</B></td>
-<td valign="top" align="left"  width="14.9231%">
-</td>
-<td valign="top" align="left"  width="25.8462%">
-<p><font size=3>OpenBSD Reference Manual</p>
-</td>
-<td valign="top" align="left"  width="21.8462%">
-</td>
-<td valign="top" align="left"  width="15.2308%">
-<p><font size=3>EZSTREAM ( 1 )</p>
-</td>
-</tr>
-</table>
-<p><font size=3>( Optional. ) Set the genre of the broadcast. Informational only, used for YP.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfodescription /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set the description of the broadcast. Informational only, used for YP.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfobitrate /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set the bitrate of the broadcast. This setting is also purely informational and only used for YP.<br>
-<span style=" text-indent: 0.4500in;"></span>The value is set by the user and not <font size=3><tt><B>ezstream</tt></B><font size=3>, and should match the bitrate of the stream.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfoquality /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set the quality setting of an Ogg Vorbis broadcast. Informational only and needs to be set by<br>
-<span style=" text-indent: 0.4500in;"></span>the user, used for YP.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfochannels /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set the number of audio channels in the broadcast, e.g. <font size=3><B>1</B> <font size=3>( one ) for mono or <font size=3><B>2</B> <font size=3>for stereo. In-<br>
-<span style=" text-indent: 0.4500in;"></span>formational only and needs to be set by the user, used for YP.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfosamplerate /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set the sample rate of the broadcast. Informational only and needs to be set by the user, used<br>
-<span style=" text-indent: 0.4500in;"></span>for YP.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;svrinfopublic /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Set to <font size=3><B>1</B> <font size=3>( one ) if the broadcast may be listed in a public YP directory. If set to <font size=3><B>0</B> <font size=3>( zero ) , the<br>
-<span style=" text-indent: 0.4500in;"></span>Icecast server will not submit this stream to a YP directory, which is also the default if the &lt;svrinfopublic/&gt;<br>
-<span style=" text-indent: 0.4500in;"></span>element is absent.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;reencode /&gt;<br>
-<span style=" text-indent: 0.4700in;"></span></B>( Optional. ) Element that contains child elements, which specify if and how reencoding should be done.</p>
-<p><span style=" text-indent: 0.2000in;"></span><font size=3><B>Reencoding settings<br>
-<span style=" text-indent: 0.4500in;"></span></B>Each of the reencoding configuration elements have the &lt;reencode/&gt; element as their parent.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;enable /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Set to <font size=3><B>1</B> <font size=3>( one ) to enable reencoding. If set to <font size=3><B>0</B> <font size=3>( zero ) , no reencoding will be done, which is also the de-<br>
-<span style=" text-indent: 0.4500in;"></span>fault if the &lt;enable/&gt; element is absent.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;encdec /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Element that contains child elements, which specify how to decode and encode a certain media file format<br>
-<span style=" text-indent: 0.4500in;"></span>for streaming. Each format is described by a separate &lt;encdec/&gt; element.</p>
-<p><span style=" text-indent: 0.2000in;"></span><font size=3><B>Decoder/Encoder settings<br>
-<span style=" text-indent: 0.4500in;"></span></B>Each of the decoder/encoder configuration elements have the &lt;encdec/&gt; element as their parent.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;format /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>This element is used by <font size=3><tt><B>ezstream</tt></B> <font size=3>to find the appropriate encoder for the output stream format specified<br>
-<span style=" text-indent: 0.4500in;"></span>in the &lt;format/&gt; element inside the global configuration. For consistency reasons, it is recommended that<br>
-<span style=" text-indent: 0.4500in;"></span>this element is always supplied, even for currently unsupported output formats, with content such as<br>
-<span style=" text-indent: 0.4500in;"></span><B>VORBIS</B><font size=3>, <font size=3><B>MP3</B><font size=3>, <font size=3><B>THEORA</B><font size=3>, <font size=3><B>FLAC</B><font size=3>, et cetera.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;match /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Set the filename extension used to identify a given media file format. This allows <font size=3><tt><B>ezstream</tt></B> <font size=3>to find the<br>
-<span style=" text-indent: 0.4500in;"></span>appropriate decoder for a given file. Should be set to <font size=3><I>.mp3</I> <font size=3>for MP3, <font size=3><I>.flac</I> <font size=3>for FLAC, <font size=3><I>.ogg</I> <font size=3>for Ogg Vorbis,<br>
-<span style=" text-indent: 0.4500in;"></span>and so on.</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><B>&lt;decode /&gt;<br>
-<span style=" text-indent: 0.4500in;"></span></B>Set the command to decode the specified media file format to raw data and send it to standard output.<br>
-<span style=" text-indent: 0.4500in;"></span>During runtime, the placeholder `<font size=3><tt>@T@</tt><font size=3>' is replaced with the fully qualified name of the media file, as speci-<br>
-<span style=" text-indent: 0.4500in;"></span>fied in the &lt;filename/&gt; element or a playlist file. It should always be enclosed in quotes, to prevent prob-<br>
-<span style=" text-indent: 0.4500in;"></span>lems with filenames that contain whitespaces.</p>
-<p><font size=3>OpenBSD 4.1 February 20, 2007 3<br>
-</p>
-
-<!-- Page: 4  -->
-<!-- left  margin: 100 -->
-<!-- right margin: 750 -->
-<p><font size=3>EZSTREAM ( 1 ) OpenBSD Reference Manual EZSTREAM ( 1 )</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3>The metadata placeholder, `@M@', is also available in the &lt;decode/&gt; element. That way it can be used<br>
-<span style=" text-indent: 0.4500in;"></span>for combined de-/encoder programs that produce readily streamable data.</p>
-
-<table width="100%"  rules="none"  frame="none"  cols="2">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="6.9231%">
-</td>
-<td valign="top" align="left"  width="93.0769%">
-<p><font size=3>For example, to decode Ogg Vorbis files using the <font size=3><tt><B>oggdec</tt></B> <font size=3>utility:</p>
-<p><span style=" text-indent: 0.3600in;"></span><font size=3><tt>&lt;decode&gt;oggdec -R -o - "@T@"&lt;/decode&gt;</p>
-</tt><p><font size=3><B>&lt;encode /&gt;<br>
-</B>Set the command to encode raw data, received from standard input, to the specified stream format. Dur- ing runtime, the placeholder `<font size=3><tt>@M@</tt><font size=3>' is replaced with the metadata (e.g. ``Artist - Title'') for the current track. It also should be enclosed in quotes at all times.</p>
-<p><font size=3>For example, to encode an Ogg Vorbis stream using the quality setting 1.5 with the <font size=3><tt><B>oggenc</tt></B> <font size=3>utility:</p>
-<p><span style=" text-indent: 0.3600in;"></span><font size=3><tt>&lt;encode&gt;oggenc -r -q 1.5 -t "@M@" -&lt;/encode&gt;</p>
-</tt></td>
-</tr>
-</table>
-<a name="FILES"></a><h2>FILES</h2><p><span style=" text-indent: 0.4500in;"></span><font size=3><tt>\conf</tt> <font size=3>Directory containing example configuration files for various uses of<br>
-<span style=" text-indent: 1.9600in;"></span><tt><B>ezstream</tt></B><font size=3>.</p>
-<a name="AUTHORS"></a><h2>AUTHORS</h2>
-<table width="100%"  rules="none"  frame="none"  cols="3">
-<tr valign="top" align="left">
-<td valign="top" align="left"  width="6.9231%">
-<p><span style=" text-indent: 0.4500in;"></span><font size=3><tt><B>ezstream</p>
-</tt></B><p><span style=" text-indent: 0.4500in;"></span><font size=3>Ed<br>
-<span style=" text-indent: 0.4500in;"></span>Moritz</p>
-<p><span style=" text-indent: 0.4500in;"></span><font size=3>This</p>
-<p><font size=3>OpenBSD</p>
-</td>
-<td valign="top" align="left"  width="38.0000%">
-<p><font size=3><tt><B>ezstream</tt></B> <font size=3>was written by:</p>
-<p><font size=3>Ed Zaleski &lt;oddsock at oddsock.org&gt;<br>
-Moritz Grimm &lt;gtgbr at gmx.net&gt;</p>
-<p><font size=3>This manual was written by Moritz Grimm.</p>
-<p><span style=" text-indent: 0.1600in;"></span><font size=3>4.1 February</p>
-</td>
-<td valign="top" align="left"  width="49.3846%">
-<p><font size=3>20, 2007 4</p>
-</td>
-</tr>
-</table>
-</body>
-</html>



More information about the commits mailing list