moust / cordova-plugin-videoplayer

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

Video Path for videos in project code directory not in emulator or device #44

Open chiragebiztrait4 opened 7 years ago

chiragebiztrait4 commented 7 years ago

Hello, This plugin is useful to play videos saved locally to device / emulator.

My question is i am testing in emulator and my video is in assets/video folder and code is at src/pages folder as per ionic project directory. so what should be path i write in this.videoPlayer.play("HERE",{}) 'assets/video/video_0.mp4' is not working.

Thank you

NashIlli commented 5 years ago

Any updates?