Android - Buffering Lag with VideoView
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-03T16:36:51Z
Indexed on
2010/06/03
17:44 UTC
Read the original article
Hit count: 385
I am using VideoView to display a video in my app. The problem is that, once the layout gets created there is lag of almost 10-30 seconds before which the video starts to play. I can see in LogCat that the video is buffering during the lag.
Is there a way I can minimize this lag, or tell MediaPlayer to play the video sooner?
Thanks Chris
© Stack Overflow or respective owner