Hello,
I'm having problems trying to stream http mp3 after running my code on lollipop 5.0.2, before that it used to work fine.
now when i try to play the stream using audioPlayer.start(); i get this error
[ERROR] : E/MediaPlayer-JNI: QCMediaPlayer mediaplayer NOT present [ERROR] : MediaPlayer: error (1, -2147483648) [ERROR] : MediaPlayer: Error (1,-2147483648)
it used to work prefect before that, I'm losing my head trying to figure this out. please help.
SDK = 3.5.1GA
var audioPlayer = Ti.Media.createAudioPlayer({ url: 'http://dir.xiph.org/listen/1414875/listen.m3u', allowBackground: true });