We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();
The text was updated successfully, but these errors were encountered:
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.
http
https
Also, a question - does this video actually load or there is nothing in the VideoView at all?
Sorry, something went wrong.
slavipetrov
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: