| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Feb 15, 2006 10:08 pm Post subject: Stream Documentation? |
|
|
Where can I find the documentation explaining the actual connecting, stream decoding and disconnecting from an Icecast server. Like I wanted to write my own client or include Icecast client capability in another app.
The only docs I can find are for setup and operation of the server.
Thank you,
999alfred |
|
| Back to top |
|
 |
MikeS Code Warrior

Joined: 29 Jun 2005 Posts: 73 Location: Barcelona, Spain
|
Posted: Wed Feb 15, 2006 11:59 pm Post subject: |
|
|
The protocol is simply HTTP - that's it. So, you should refer to the HTTP RFC for details on the network protocol.
As for decoding the data, that depends on the actual data format of the stream. Assuming you're streaming Ogg Vorbis (as we strongly recommend), the format's fully documented at http://xiph.org/ogg/vorbis/
Mike |
|
| Back to top |
|
 |
|