F Facilauto Juan Member Licensed User Longtime User Feb 13, 2014 #1 Hello there! I have some videos (mp4) online. I have a website that plays those videos on streaming. It starts instantly. I have an app that plays those same videos, in the same urls, on streaming. But it last 15-17 seconds to start. What could be happening? Thanks for the responses.
Hello there! I have some videos (mp4) online. I have a website that plays those videos on streaming. It starts instantly. I have an app that plays those same videos, in the same urls, on streaming. But it last 15-17 seconds to start. What could be happening? Thanks for the responses.
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2014 #2 VideoView first fills an internal buffer to allow the video to play smoothly. Upvote 0
F Facilauto Juan Member Licensed User Longtime User Feb 14, 2014 #3 Thanks for the response. That buffer size seems to big. That's why in the browser seems to be faster. Could it be modified by code? Upvote 0
Thanks for the response. That buffer size seems to big. That's why in the browser seems to be faster. Could it be modified by code?
Erel B4X founder Staff member Licensed User Longtime User Feb 16, 2014 #4 No, it is not configurable. Upvote 0
F Facilauto Juan Member Licensed User Longtime User Mar 6, 2014 #5 Ok. Thanks for the answer. Upvote 0