Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video is taking too much time to play. #74

Open
shabbir-dhangot opened this issue Oct 7, 2020 · 1 comment
Open

Video is taking too much time to play. #74

shabbir-dhangot opened this issue Oct 7, 2020 · 1 comment
Assignees

Comments

@shabbir-dhangot
Copy link

Below is my video URL.

http://36.255.1.145/wp/assets/videos/Ba_Ba_Black_Sheep.mp4

on the same network browser and mobile app both having vast different. Why its taking this much time? Anything I am missing.

My Activity code

 FullscreenVideoView fullscreenVideoView = findViewById(R.id.fullscreenVideoView);
 fullscreenVideoView.videoUrl(URL).enableAutoStart();
@shabbir-dhangot shabbir-dhangot changed the title Video is taking too much time to buffer. Video is taking too much time to play. Oct 7, 2020
@slavipetrov
Copy link
Collaborator

Hello, @shabbir-dhangot,

This is probably related to your URL not having an SSL certificate (starting with http and not https). Try a video with https and tell me the result.

Also, a question - does this video actually load or there is nothing in the VideoView at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants