Displaying 3 results from an estimated 3 matches for "artitrari".
Did you mean:
artitrary
2004 Aug 06
3
yp.icecast.org || when does your stream come into the db?
> How do you define the mount points? Are they a directory within
> /usr/share/icecast that contain an index.pls file for example?
>
> Forgive me but the documentation appears quite sparse here.
A mountpiont is a fragment of a URL (often referred to as a URI) like
'/stream1' or '/my_cool_stuff/stream.ogg'
You tell shout, ices, or whatever what mountpoint to use.
2004 Aug 06
0
yp.icecast.org || when does your stream come into the db?
Jack Moffitt wrote:
>
> > How do you define the mount points? Are they a directory within
> > /usr/share/icecast that contain an index.pls file for example?
> >
> > Forgive me but the documentation appears quite sparse here.
>
> A mountpiont is a fragment of a URL (often referred to as a URI) like
> '/stream1' or '/my_cool_stuff/stream.ogg'
2004 Aug 06
2
yp.icecast.org || when does your stream come into the db?
they are the same for practical purposes, but I believe i started
pushing m3u because it was better supported, or less application fought
over it, or something. it's probably different today, but i still use
m3u.
M3U is simpler than pls. just a file/url per line, that's it.
for a sstream a pls file would look like:
http://your.server.com:8000/mymount
and that's it.
jack.
On