moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 102 forks source link

TranscodeVideo says on Android - File not Found - Permission Denied #56

Open NeckbreakerPascal opened 5 years ago

NeckbreakerPascal commented 5 years ago

Hey there, run into some strange issue on a pixel with Android-Version (8.1.0).

When I call transcodeVideo, i get an EACCESS Error:

ERROR Error: Uncaught (in promise): java.io.FileNotFoundException: /storage/emulated/0/Movies/.../filename.mp4: open failed: EACCES (Permission denied)
    at c (polyfills.js:3)
    at c (polyfills.js:3)
    at polyfills.js:3
    at t.invokeTask (polyfills.js:3)
    at Object.onInvokeTask (vendor.js:5114)
    at t.invokeTask (polyfills.js:3)
    at r.runTask (polyfills.js:3)
    at o (polyfills.js:3)

Any ideas?