mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05: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-
|
||||
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
|
||||
many more formats when it is built with the TagLib option.
|
||||
|
||||
|
@ -28,11 +28,11 @@
|
||||
|
||||
<streams>
|
||||
<stream>
|
||||
<format>vorbis</format>
|
||||
<format>ogg</format>
|
||||
<name>duplicate</name>
|
||||
</stream>
|
||||
<stream>
|
||||
<format>vorbis</format>
|
||||
<format>ogg</format>
|
||||
<name>duplicate</name>
|
||||
</stream>
|
||||
</streams>
|
||||
@ -53,11 +53,11 @@
|
||||
|
||||
<encoders>
|
||||
<encoder>
|
||||
<format>vorbis</format>
|
||||
<format>ogg</format>
|
||||
<name>duplicate</name>
|
||||
</encoder>
|
||||
<encoder>
|
||||
<format>vorbis</format>
|
||||
<format>ogg</format>
|
||||
<name>duplicate</name>
|
||||
</encoder>
|
||||
<!-- ... -->
|
||||
|
Loading…
Reference in New Issue
Block a user