1
0
Fork 0

More format-related updates

This commit is contained in:
Moritz Grimm 2020-01-25 01:18:12 +01:00
parent 97d9949a4b
commit 333b2848f9
2 changed files with 5 additions and 5 deletions

2
README
View File

@ -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.

View File

@ -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>
<!-- ... -->