mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Use the more concise wording from README.md to introduce ezstream
This commit is contained in:
parent
181ee42937
commit
c43c96a818
@ -27,17 +27,14 @@
|
||||
.Fl s Ar file
|
||||
.Ek
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility is a source client for the Icecast media streaming server.
|
||||
In its basic mode of operation, it streams media files and data from standard
|
||||
input
|
||||
.Qq as-is
|
||||
\(em such as Ogg Vorbis, Ogg Theora and MP3 \(em to a server.
|
||||
It can also use various external decoders and encoders to re-encode from one
|
||||
format to another, and stream the result.
|
||||
The only requirement is that the external programs support writing to or
|
||||
reading from standard input, and can be used from the command line.
|
||||
is a command line source client for media streams, primarily for streaming
|
||||
to Icecast servers.
|
||||
.Pp
|
||||
It allows the creation of media streams based on input from files or standard
|
||||
input that is piped through an optional external de- and encoder.
|
||||
As every part of this chain is highly configurable, ezstream can be useful in
|
||||
a large number of streaming setups.
|
||||
.Ss Command line arguments
|
||||
.Bl -tag -width Ds
|
||||
.It Fl c Ar configfile
|
||||
|
Loading…
Reference in New Issue
Block a user