I want to load a video from local storage but it only shows the thumbnail and doesn't play the video.
posters.add(new RemoteVideo(
Uri.parse(
String.valueOf(
Uri.fromFile(
new File(
"file:///storage/emulated/0/videos/-LmhZKi-mduEpR8rm5L8.mp4"
)
)
)
)
));
This is my current code. Could you please help me what am I doing wrong.
I want to load a video from local storage but it only shows the thumbnail and doesn't play the video.
This is my current code. Could you please help me what am I doing wrong.