mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
35f54caeba
git-svn-id: https://svn.xiph.org/trunk/ezstream@5800 0101bb08-14d6-0310-b084-bc0e0c8e3800
21 lines
887 B
XML
21 lines
887 B
XML
<ezstream>
|
|
<url>http://localhost:8000/testmount</url>
|
|
<sourcepassword>hackme</sourcepassword>
|
|
<format>MP3</format>
|
|
<filename>Track13.mp3</filename>
|
|
<!-- The following settings are used to describe your stream
|
|
to the server. It's up to you to make sure the
|
|
bitrate/quality/samplerate/channels
|
|
match up to your input stream -->
|
|
<svrinfoname>My Stream</svrinfoname>
|
|
<svrinfourl>http://www.oddsock.org</svrinfourl>
|
|
<svrinfogenre>RockNRoll</svrinfogenre>
|
|
<svrinfodescription>This is a stream description</svrinfodescription>
|
|
<svrinfobitrate>128</svrinfobitrate>
|
|
<!-- Quality is only applicable to ogg vorbis streams -->
|
|
<!-- <svrinfoquality>1.0</svrinfoquality> -->
|
|
<svrinfochannels>2</svrinfochannels>
|
|
<svrinfosamplerate>44100</svrinfosamplerate>
|
|
<svrinfopublic>1</svrinfopublic>
|
|
</ezstream>
|