[icecast] how can i set different mount points with IceS
stream
toni_guga at lycos.it
Wed Jan 29 10:09:56 UTC 2003
Now every thin works fine good, thanks a lot for helping me, but there
is another problem.
in ices-playlist.ogg the are to sections
first section is:
<input>
<module>playlist</module>
<param name="type">basic</param><!-- Only 'basic' implemented -->
<param name="file">/usr/local/etc/madeinitalytv.m3u</param> <!--
be sure this exists -->
<param name="random">0</param> <!-- random play -->
<param name="once">0</param> <!-- if set to 1 , plays once
through,
then exits. --
</input>
where i define the the playlist file name and other settings
econd section is:
<!-- Server details:
You define hostname and port for the
server here, along with
the source password and mountpoint.
-->
<hostname>213.254.15.38</hostname>
<port>9000</port>
<password>hackme</password>
<mount>/prova.ogg</mount>
where i define network server config and the default nount point
Now i need to have another mount point wich streams another playlist
file how can i do it?
third section:
<!-- Live encoding/reencoding:
Currrently, the parameters given here
for encoding MUST
match the input data for channels and
sample rate. That
restriction will be relaxed in the
future.
-->
<encode>
<nominal-bitrate>64000</nominal-bitrate>
<!-- bps. e.g. 64000 for 64 kbps -->
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
</instance>
<!-- Now, we define a 2nd stream instance.
Here, we only define the basic server
parameters - everything
else takes the default values.
No reencoding is done.
-->
<instance>
<hostname>213.254.15.38</hostname>
<port>9000</port>
<password>pippo34</password>
<mount>/prova_32.ogg</mount>
<!-- Stream saving. Save the outgoing stream to the
specified file
This is commented out since we don't want it by
default -->
<!--
<savefile>/tmp/streamdump.ogg</savefile>
-->
</instance>
</stream>
</ices>
I do not understand well this section, if someone can shortly explain it
to me.
thank a lot Toni
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list