2007-03-03 15:20:40 -05:00
|
|
|
README.win32 - Information about the binary Ezstream distribution for Windows
|
|
|
|
=============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. .ZIP Archive Contents
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
|
|
|
|
| File | Description |
|
|
|
|
+======================================================================+
|
|
|
|
| \README.txt | This file. |
|
|
|
|
+-----------------------+----------------------------------------------+
|
2007-03-09 08:43:26 -05:00
|
|
|
| \ezstream.1.pdf | The ezstream manual in PDF format. |
|
2007-03-03 15:20:40 -05:00
|
|
|
+-----------------------+----------------------------------------------+
|
2007-03-04 09:29:27 -05:00
|
|
|
| \ezstream.exe | The ezstream executable file. |
|
2007-03-03 15:20:40 -05:00
|
|
|
+-----------------------+----------------------------------------------+
|
2007-03-10 15:13:56 -05:00
|
|
|
| \ezstream-X.Y.Z.zip | The ezstream source distribution, from which |
|
|
|
|
| | ezstream.exe was built. |
|
2007-03-04 10:16:36 -05:00
|
|
|
+-----------------------+----------------------------------------------+
|
2007-03-10 15:13:56 -05:00
|
|
|
| \examples\*.xml | Ezstream example configuration files. |
|
|
|
|
+-----------------------+----------------------------------------------+
|
|
|
|
| \examples\*.sh | Example playlist and metadata scripts, for |
|
|
|
|
| | demonstrational purposes (these are shell |
|
|
|
|
| | scripts.) |
|
2007-03-03 15:20:40 -05:00
|
|
|
+-----------------------+----------------------------------------------+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2. Installation
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
|
|
As of version 0.3.0, ezstream no longer comes with an installer. If you have a
|
|
|
|
previous version of ezstream installed, you might want to simply uninstall it.
|
|
|
|
|
2007-03-04 09:29:27 -05:00
|
|
|
The ezstream.exe file will work from any location. To install it, simply copy
|
|
|
|
it to a location of your choosing. Add this place to your PATH environment
|
|
|
|
variable, if ezstream.exe is supposed to be executable from anywhere on the
|
|
|
|
system.
|
2007-03-03 15:20:40 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-08 20:44:38 -05:00
|
|
|
3. Limited functionality
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
|
|
|
|
A few useful features are missing in the Windows version of ezstream. Runtime
|
|
|
|
control via signals is not possible, and native metadata support is restricted
|
|
|
|
to MP3 (ID3v1) and Ogg Vorbis tags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4. Source code
|
2007-03-03 15:20:40 -05:00
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
|
|
Ezstream uses libxml2 (http://xmlsoft.org/, BSD-like license), libogg and
|
|
|
|
libvorbis (http://www.vorbis.com/, BSD-like license) and libshout
|
2007-03-04 10:16:36 -05:00
|
|
|
(http://www.icecast.org/, LGPL licensed). These libraries are statically linked
|
|
|
|
into the ezstream.exe file.
|
2007-03-03 15:20:40 -05:00
|
|
|
|
2007-03-04 10:16:36 -05:00
|
|
|
Ezstream itself is licensed under the GPL (see COPYING in the included source
|
|
|
|
archive for details.)
|