Using the nativescript-videoplayer plugin with Angular I am able to view and play videos remotely and locally on IOS. However on Android I am only able to play remote videos. For local videos, the video player is displayed, but the time is at 0.00 and there is no picture, which usually means that the video source cannot be found.
I have tried specifying the source with these following paths:
src="res://videos/test.mp4"
src="~/videos/test.mp4"
And have tried placing the location of the video under:
App_Resources/videos/test.mp4
App_Resources/android/videos/test.mp4
App_Resources/android/src / main/videos.test.mp4
For a simplified example I added the local videos to this simple playground: https://play.nativescript.org/?template=play-ng&id=lCu2B5&v=50