Catch Error: Audio queue creation failed
Hi,
on iOS I'm using
Ti.Media.createAudioPlayer(
{preload:true,allowBackground:true,
url:'http://radio.musicvictim.com:8012'});
to create an AudioPlayer.
Randomly I obtain an "Audio queue creation failed" when I start() this player.
How can I catch this error and re-try to start() the player?
Is there any best method to listen shoutcast streaming audio?
Thank you very much.