What steps will reproduce the problem?
1. Try the following code in your own project:
MultiPlayer multiPlayer = null;
multiPlayer = new MultiPlayer(this, 1500, 700);
multiPlayer.playAsync(url);
2. Pass a valid url paramater to playAsync. It is a remote AAC file.
3. Observe the following error:
playAsync(): E/AACPlayer(21045): java.lang.RuntimeException: Cannot start
native decoder
E/AACPlayer(21045): at com.spoledge.aacdecoder.Decoder.start(Decoder.java:217)
E/AACPlayer(21045): at com.spoledge.aacdecoder.AACPlayer.playImpl(AACPlayer.java:355)
E/AACPlayer(21045): at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:317)
E/AACPlayer(21045): at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:285)
E/AACPlayer(21045): at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:248)
E/AACPlayer(21045): at java.lang.Thread.run(Thread.java:856)
E/PlayerNetwork(21045): Cannot start native decoder
What is the expected output? What do you see instead?
It should start playing the AAC file. I just see this error instead.
What version of the product are you using? On which device ?
Latest code. Droid Bionic, ICS 4.0.4
What is the URL of the stream ?
Please provide any additional information below.
Original issue reported on code.google.com by iganapol...@raditaz.com on 15 Oct 2012 at 8:21
Original issue reported on code.google.com by
iganapol...@raditaz.com
on 15 Oct 2012 at 8:21