I have problem configuring video player of an Android app made by Cordova framework from Hype-export-package.
Video/audio runs without extra configuration on iOS but Android seems to be problematic.
My video file is located in Cordovas www-directory inside resourcesFolder.
I use Cordovas media plugin and call it like
var mySound=new Media(pathToViideofile)
What should I write then into pathToViideofile and where that should be implemented?