Closed GoogleCodeExporter closed 8 years ago
You should point your Icecast Auth to some PHP/ASP Script,
in my case i added a string to the mount eg.
http://server:port/mount.mp3?authcode
then my php script just strip the authcode from the $_GET["mount"] sent by the
Icecast request, and authenticate it.
read more @
http://www.icecast.org/docs/icecast-2.3.2/icecast2_listenerauth.html
move down to the URL section for reading how to set a custom Auth script.
another thing you can do is add username and password param's to your flashvars
and add it directly at the flash code. (i did the same at some Haxe Player i
found).
Original comment by Yahav.Sh...@gmail.com
on 22 Jul 2011 at 11:28
Thanks for commenting, I will close, please use this issue tracker if need be
http://code.google.com/p/flowplayer-core/issues
Original comment by dani...@electroteque.org
on 29 Nov 2011 at 11:48
Original issue reported on code.google.com by
peter.st...@gmail.com
on 11 Apr 2011 at 1:13