| View previous topic :: View next topic |
| Author |
Message |
THEARTOFWEB
Joined: 13 Oct 2008 Posts: 7 Location: Rome, Italy
|
Posted: Thu Oct 16, 2008 12:53 pm Post subject: does header matter? |
|
|
Hi,
I have a question, just out of curiosity. Is there any fifferences between this:
| Code: |
ICY 200 OK
icy-notice1:<BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR>
icy-notice2:SHOUTcast Distributed Network Audio Server/posix v1.6.0rc2<BR>
icy-name:Valerioair's Broadcast
icy-genre:Other/Mixed
icy-url:http://192.168.1.124:8000/listen.m3u
icy-pub:1
icy-br:56
|
and this ??
| Code: |
HTTP/1.0 200 OK
Content-Type: audio/mpeg
icy-br:56
icy-genre:Other/Mixed
icy-name:Valerioair's Broadcast
icy-pub:1
icy-url:http://192.168.1.124:8000/listen.m3u
Server: Icecast 2.3.1
|
is it possible that Icecast used to send an SHOUTcast-like header, long ago?
to a media player is there any differences between the two headers?
is it crucial to send HTTP/1.0 200 OK instead of ICY 200 OK??
thanks ever so much! _________________ Alla batteria dai retta ballA |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Oct 16, 2008 1:01 pm Post subject: |
|
|
considering there is no official specification for ICY then take that as you will, http is specified. players tend to allow both.
karl |
|
| Back to top |
|
 |
|