Android Question Video not loading in some devices

Facilauto Juan

Member
Licensed User
Longtime User
Hello there!

I have an app that shows a video with VideoView. This is the way to load the video (in activity_create):

B4X:
video.Initialize("video")
video.LoadVideo("http", "http://xxx.xxxxxx.com/videos/xxxxx/" & globales.video_ver)
video.Play

The thing is that the video loads in most devices, but not in some of them. For example, my samsung galaxy mini shows it, my samsung galaxy tab 5" don't.

What could be happening?

Thanks for the answers.
 

Facilauto Juan

Member
Licensed User
Longtime User
Well, the same video that doesn't show up in streaming I have downloaded in the device and it shows up correctly. So... this should be anything else, right?
 
Upvote 0

Facilauto Juan

Member
Licensed User
Longtime User
UPs... My "working" device is 2.3.6 and my "not working" device is 2.3.5. According to that table, should it be working in both?

Sorry for all this questions, I can't manage to understand that table.
 
Upvote 0

Facilauto Juan

Member
Licensed User
Longtime User
I have read in one of your posts that there is a requirement in order to stream a video: declare an objecto of type MediaPlayerStream. Where do I have to do this?
 
Upvote 0
Top