[icecast] Direct URL
MacSym
macsym69 at yahoo.fr
Sun Feb 29 06:47:58 UTC 2004
Hi Jason,
I am not sure I understand your question, but just as Shoutcast, you can set
up a direct link to your stream in Icecast like:
http://youricecastserver:port/mountpoint.
For example: http://myradio:8000/live.ogg or http://myradio:8000/live.mp3.
If you don't like this kind of link, you can easily set up a script in
Javascript that would redirect the user to the stream. Let's say you call
this page "jump_to_stream.htm", the code would be:
<html>
<head>
<title>Jump to my Radio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<BODY
onLoad=javascript:window.location.href="http://myicecastserver:8000/mystream
.ogg">
</body>
</html>
Cheers,
MAX
_____
From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org] On Behalf Of
Jason L
Sent: Sunday, February 29, 2004 1:35 AM
To: icecast at xiph.org
Subject: [icecast] Direct URL
Ok for shoutcast you can do http://domain.com/listen.pls to get the feed
what can you do for icecast so it can be a clickable url?
<p><p><p>--- >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