Giter VIP home page Giter VIP logo

Comments (15)

giacomocerquone avatar giacomocerquone commented on August 16, 2024 5

Solved, you need to prefix it with: "/android_asset/www/assets/file.mp3" (i was putting it in the assets folder). While in ios you can just reference "assets/file.mp3".

Have a good day ;)

from cordova-plugin-media.

FatManiac avatar FatManiac commented on August 16, 2024 2

If someone pass by, i have the same problem but the problem occur with downloaded sound on my app, so android_assets/ is no use since it's saved somewhere like
file:///data/user/0/com.[APPNAME].app/files/Audios/1320q.mp3

from cordova-plugin-media.

bergergit avatar bergergit commented on August 16, 2024 1

@giacomocerquone This really worked! Thanks

from cordova-plugin-media.

gabrieldutra18 avatar gabrieldutra18 commented on August 16, 2024

I have the same problem. Have you found a solution yet?

from cordova-plugin-media.

mattlin4567 avatar mattlin4567 commented on August 16, 2024

Running the application on Android 8, and fetch the audio from remote (Firebase) show media error code 1. But it's work fine when running on android 4.4

from cordova-plugin-media.

imgoddqp avatar imgoddqp commented on August 16, 2024

I met the same problem,the callback return err {code : 1} after play the remote mp3 file several times

from cordova-plugin-media.

giacomocerquone avatar giacomocerquone commented on August 16, 2024

mp3 file in assets folder, same problem, while mp3 downloaded from remote, works great.

Cordova 8.0, Android 9

from cordova-plugin-media.

MumblesNZ avatar MumblesNZ commented on August 16, 2024

@giacomocerquone thanks for the solution, worked for me as well. Should this "/android_asset/www/asset/file.mp3" vs "asset/file.mp3" difference be in the documentation? Caught me out whilst using this library.

from cordova-plugin-media.

giacomocerquone avatar giacomocerquone commented on August 16, 2024

@FatManiac just inspect it with the android studio filebrowser or constantly keep calling filebrowser functions from cordova to search for your file

from cordova-plugin-media.

michug avatar michug commented on August 16, 2024

I have the same problem with a downloaded file in cordova 8.1.2 and android 8
file:///storage/emulated/0/download/fileName.mp3
directory should be fine but I'm getting the infamous code 1

from cordova-plugin-media.

molimpio avatar molimpio commented on August 16, 2024

After using the stop method, call the method release(),
https://developer.android.com/reference/android/media/MediaPlayer

from cordova-plugin-media.

hardslk avatar hardslk commented on August 16, 2024

Hello I am also facing same problem when create media object from https url that time I get this error and in http url its working so please any one is help me Thanks in advance!

from cordova-plugin-media.

mayankkataria avatar mayankkataria commented on August 16, 2024

If someone pass by, i have the same problem but the problem occur with downloaded sound on my app, so android_assets/ is no use since it's saved somewhere like
file:///data/user/0/com.[APPNAME].app/files/Audios/1320q.mp3

@FatManiac I'm stuck at the same problem. Did you found any solution yet?

from cordova-plugin-media.

sandzOfTime avatar sandzOfTime commented on August 16, 2024

@mayankkataria I'm also stuck on the same problem. Have you found any solution?

from cordova-plugin-media.

sandzOfTime avatar sandzOfTime commented on August 16, 2024

@mayankkataria Not sure if you solved it yet. But what ended up working for me was inserting android:requestLegacyExternalStorage="true within my <application> tag.

from cordova-plugin-media.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.