[MPlayer-dev-eng] [PATCH] icyx:// URL's

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Feb 15 21:39:51 CET 2008


Hello,
On Tue, Jan 29, 2008 at 06:28:21PM +0100, Sander Plas wrote:
> Some online broadcasters now use icyx:// URL's instead of http://.
>
> See for example: http://www.q-music.nl/asx/q-music-aac.asx, which is a 
> playlist file that refers to icyx://live1.prostream.nl:8000/qmusic.aac.
>
> ICYX is used in Windows to differentiate between the "normal" Windows Media 
> Player (http://) and the Orban AAC+ plugin (icyx://). I have added 'icyx' 
> as a protocol name in http.c to be able to play these URL's without having 
> to change them to "http://" manually.
>
> -- 
> Sander Plas

> Index: stream/http.c
> ===================================================================
> --- stream/http.c	(revision 25908)
> +++ stream/http.c	(working copy)
> @@ -976,7 +976,7 @@
>    "Bertrand, Albeu, Arpi? who?",
>    "plain http, also used as fallback for many other protocols",
>    open_s2,
> -  {"http", "http_proxy", "pnm", "mms", "mmsu", "mmst", "rtsp", NULL},	//all the others as fallback
> +  {"http", "http_proxy", "pnm", "mms", "mmsu", "mmst", "rtsp", "icyx", NULL},  //all the others as fallback

Why in the fallback protocol list? I think it belongs in the list a few
lines above, or is there a problem with that?

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list