Open GoogleCodeExporter opened 9 years ago
same problem for me
Original comment by florinac...@gmail.com
on 18 Jul 2014 at 12:15
same problem here, did you find any solution?
Original comment by bhupinde...@gmail.com
on 1 Aug 2014 at 6:03
[deleted comment]
if there any solution.PLease help urgently.
My EmailId:niteshsirohi90@gmail.com
Original comment by develope...@gmail.com
on 1 Oct 2014 at 11:10
Hey buddies, you have to add this before calling play:
try { java.net.URL.setURLStreamHandlerFactory( new java.net.URLStreamHandlerFactory(){ public java.net.URLStreamHandler createURLStreamHandler( String protocol ) { Log.d( LOG, "Asking for stream handler for protocol: '" + protocol + "'" ); if ("icy".equals( protocol )) return new com.spoledge.aacdecoder.IcyURLStreamHandler(); return null; } }); } catch (Throwable t) { Log.w( LOG, "Cannot set the ICY URLStreamHandler - maybe already set ? - " + t ); }
Original issue reported on code.google.com by
fabri8bit
on 27 Apr 2014 at 5:56