react-native-audio-streaming icon indicating copy to clipboard operation
react-native-audio-streaming copied to clipboard

m4a playing fails on android

Open djohnkirby opened this issue 7 years ago • 5 comments

This is occurring both in my app and in the example app for me. When I try to play any m4a stream it fails with:

E/AACPlayer: playAsync(): java.lang.RuntimeException: Cannot start native decoder at com.spoledge.aacdecoder.Decoder.start(Decoder.java:238) at com.spoledge.aacdecoder.AACPlayer.playImpl(AACPlayer.java:424) at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:386) at com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:338) at com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:296) at java.lang.Thread.run(Thread.java:761)

djohnkirby avatar Feb 13 '17 22:02 djohnkirby

hi! Did you solve this problem? I'm facing it too

jsaucedo avatar Feb 17 '17 13:02 jsaucedo

Looks like I'm getting a similar issue as well. Any thoughts?

medlmichael avatar Mar 11 '17 22:03 medlmichael

+1

cherniv avatar Apr 02 '17 17:04 cherniv

+1000 it's the format for Podcast audio files (which is a trendy thing),

davidnoguerol avatar Jun 12 '17 16:06 davidnoguerol

it's happening to me with .mp3 files format

jose920405 avatar Aug 08 '17 19:08 jose920405