arielfaur / ionic-audio

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
http://arielfaur.github.io/ionic-audio/2.0/index.html
MIT License
321 stars 163 forks source link

Not playing audio on mobile #182

Closed manik-biradar007 closed 6 years ago

manik-biradar007 commented 6 years ago

Stream and local files working on web Browser but only stream media playing on Android, local files not playing just showing loading icon, on console getting error please check screens below:

getting this error on android mobile: image

 <plugin name="cordova-plugin-console" spec="1.0.5" />
<plugin name="cordova-plugin-device" spec="1.1.4" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
<plugin name="cordova-plugin-statusbar" spec="2.2.1" />
<plugin name="cordova-plugin-whitelist" spec="1.3.1" />
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<engine name="android" spec="~6.4.0" />