mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-06-30 22:18:27 -04:00
More format-related updates
This commit is contained in:
parent
97d9949a4b
commit
333b2848f9
2
README
2
README
@ -17,7 +17,7 @@ can also use various external decoders and encoders to re-encode from one
|
|||||||
format to another, and stream the result to an Icecast server. With re-
|
format to another, and stream the result to an Icecast server. With re-
|
||||||
encoding enabled, ezstream is a very flexible source client.
|
encoding enabled, ezstream is a very flexible source client.
|
||||||
|
|
||||||
Supported media formats for streaming are MP3, Ogg Vorbis and Ogg Theora.
|
Supported media formats for streaming are Ogg, MP3, WebM, and Matroska.
|
||||||
Ezstream natively supports metadata in MP3 (ID3v1 only) and Ogg Vorbis, or
|
Ezstream natively supports metadata in MP3 (ID3v1 only) and Ogg Vorbis, or
|
||||||
many more formats when it is built with the TagLib option.
|
many more formats when it is built with the TagLib option.
|
||||||
|
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
|
|
||||||
<streams>
|
<streams>
|
||||||
<stream>
|
<stream>
|
||||||
<format>vorbis</format>
|
<format>ogg</format>
|
||||||
<name>duplicate</name>
|
<name>duplicate</name>
|
||||||
</stream>
|
</stream>
|
||||||
<stream>
|
<stream>
|
||||||
<format>vorbis</format>
|
<format>ogg</format>
|
||||||
<name>duplicate</name>
|
<name>duplicate</name>
|
||||||
</stream>
|
</stream>
|
||||||
</streams>
|
</streams>
|
||||||
@ -53,11 +53,11 @@
|
|||||||
|
|
||||||
<encoders>
|
<encoders>
|
||||||
<encoder>
|
<encoder>
|
||||||
<format>vorbis</format>
|
<format>ogg</format>
|
||||||
<name>duplicate</name>
|
<name>duplicate</name>
|
||||||
</encoder>
|
</encoder>
|
||||||
<encoder>
|
<encoder>
|
||||||
<format>vorbis</format>
|
<format>ogg</format>
|
||||||
<name>duplicate</name>
|
<name>duplicate</name>
|
||||||
</encoder>
|
</encoder>
|
||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user