I am trying to play music from http://s1.slotex.pl:7116/
link by aacplayer according to this link. Sometimes I have links which ends with /listen.pls
. However I get nulls while starting.
Does anyone knows how to fix it?
12-11 13:07:17.160 32005-32080/com.example.radiochrzescijaninpl E/AACPlayer﹕ playAsync():
java.lang.RuntimeException: Cannot start native decoder
at com.spoledge.aacdecoder.Decoder.start(Decoder.java:217)
at com.spoledge.aacdecoder.AACPlayer.playImpl(AACPlayer.java:351)
at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:313)
at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:283)
at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:248)
at java.lang.Thread.run(Thread.java:841)