Displaying 3 results from an estimated 3 matches for "my_cool_stuff".
2004 Aug 06
3
yp.icecast.org || when does your stream come into the db?
...w 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. It's
arbitrary what you call it.
Then the client requests that mountpoint, thus getting the stream.
It's like making a file called index.html which you stick in the webroot
diretory. It's then accesible as /i...
2004 Aug 06
0
yp.icecast.org || when does your stream come into the db?
...nts? 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. It's
> arbitrary what you call it.
>
> Then the client requests that mountpoint, thus getting the stream.
>
> It's like making a file called index.html which you stick in the webroot
>...
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