Skip to content

Unable to play videos from local storage using RemoteVideo #7

@sinetthapa

Description

@sinetthapa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions