tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

m4a playing fails on android #70

Open djohnkirby opened 7 years ago

djohnkirby commented 7 years ago

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)

jsaucedo commented 7 years ago

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

medlmichael commented 7 years ago

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

cherniv commented 7 years ago

+1

davidnoguerol commented 7 years ago

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

jose920405 commented 6 years ago

it's happening to me with .mp3 files format