Displaying 2 results from an estimated 2 matches for "makewinampwork".
2004 Aug 06
1
icecast2 ogg vorbis client request headers
...e icecast docs somewhere say that this is the case - that due to
bugs in winamp (and some other clients), you'll need your URLs to end with
".ogg". You _might_ (I haven't tested this!) be able to do this with a 'fake'
url parameter, like: http://server:port/myscript.php?makewinampwork=file.ogg
Mike
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
U...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
I have tried that, but not sure if i am doing that right.
in connection.c starting line 847 i believe, it sends this
bytes = sock_write(client->con->sock,
"HTTP/1.0 200 OK\r\n"
"Content-Type: audio/x-mpegurl\r\n\r\n"
"http://%s:%d%s\r\n",
host,
port,