diff --git a/win32/ezstream.1.html b/win32/ezstream.1.html index c56df90..83c26de 100644 --- a/win32/ezstream.1.html +++ b/win32/ezstream.1.html @@ -10,7 +10,7 @@ FILES
AUTHORS
- @@ -91,8 +91,9 @@

<format />
( Mandatory. ) This element has two different meanings, depending on whether reencoding is enabled or
not. It specifies the output format of the stream if reencoding is enabled. Otherwise, it specifies the input
-format
of all input files. Recognized and supported values are VORBIS, MP3 and THEORA. Other val-
-ues will be ignored and cause ezstream to simply pass through the data, which may or may not work.

+format of all input files. Recognized and supported values for output stream formats are VORBIS, MP3
+
and THEORA. Other values will be ignored and cause ezstream to simply pass through the data,
+which may or may not work.

<filename />
( Mandatory. ) Set the path and name of a single media file, a playlist, the name of an external program
( see below ) , or the keyword stdin for streaming from standard input. Playlists are recognized by their
@@ -110,8 +111,8 @@ are played sequentially if set to 0 ( zero ) or when the <shuffle/> element is absent. This option will be ig-
nored if <playlist_program/> is set to 1 ( one. )

<stream_once />
-
Set to 1 ( one ) to stream <filename/> content only once, and to 0 ( zero ) for continuous streaming ( the
-default ) .

+Set to 1 ( one ) in order to stream the content of <filename/> only once, and to 0 ( zero ) for continuous
+streaming ( the default ) .

<reconnect_tries />
Set how many attempts should be made to reconnect to the Icecast server in case the connection is inter-
rupted. The default is to try indefinitely, which is equal to setting this configuration option to 0 ( zero ) .

@@ -123,8 +124,6 @@ ( Optional.

<svrinfourl
( Optional.

-

<svrinfogenre
-
( Optional.

OpenBSD

@@ -132,8 +131,6 @@ ( Optional. ) Set the name of the broadcast. Informational only.

<svrinfourl />
( Optional. ) Set the URL of the web site associated with the broadcast. Informational only.

-

<svrinfogenre />
-
( Optional. ) Set the genre of the broadcast. Informational only, used for YP.

4.1 February 20, 2007

@@ -148,38 +145,27 @@ - - - - - - - - - - -
+

EZSTREAM ( 1 )

-

<svrinfodescription />
-
( Optional. ) Set the description of

-
- -

OpenBSD Reference Manual

-

the broadcast. Informational only, used for YP.

-
- -

EZSTREAM ( 1 )

-
-

<svrinfobitrate />

+

<svrinfogenre />

+ + +

OpenBSD Reference Manual

+ +

EZSTREAM ( 1 )

-

( Optional. ) Set the bitrate of the broadcast. This setting is also purely informational and only used for YP.
+

( Optional. ) Set the genre of the broadcast. Informational only, used for YP.

+

<svrinfodescription />
+
( Optional. ) Set the description of the broadcast. Informational only, used for YP.

+

<svrinfobitrate />
+
( Optional. ) Set the bitrate of the broadcast. This setting is also purely informational and only used for YP.
The value is set by the user and not ezstream, and should match the bitrate of the stream.

<svrinfoquality />
( Optional. ) Set the quality setting of an Ogg Vorbis broadcast. Informational only and needs to be set by
@@ -204,13 +190,13 @@

<encdec />
Element that contains child elements, which specify how to decode and encode a certain media file format
for streaming. Each format is described by a separate <encdec/> element.

-

Dencoder/Encoder settings
+

Decoder/Encoder settings
Each of the decoder/encoder configuration elements have the <encdec/> element as their parent.

<format />
This element is used by ezstream to find the appropriate encoder for the output stream format specified
-in the <format/> element inside the global configuration. It is recommended that this element is always
-supplied, even for currently unsupported output formats, with content such as VORBIS, MP3, THEORA,
-FLAC, et cetera.

+in the <format/> element inside the global configuration. For consistency reasons, it is recommended that
+this element is always supplied, even for currently unsupported output formats, with content such as
+VORBIS, MP3, THEORA, FLAC, et cetera.

<match />
Set the filename extension used to identify a given media file format. This allows ezstream to find the
appropriate decoder for a given file. Should be set to .mp3 for MP3, .flac for FLAC, .ogg for Ogg Vorbis,