caching - How do I prevent multiple Android VideoViews from interfering each other? -


in app, use several independent videoviews in order buffer videos 1 after while 1 video playing @ same time.

i observed when 1 video playing , call videoview.setvideouri on videoview in background in order start buffering, visible video cropped dimensions of video loading in background. assume low-level bug within android system crop existing video rendering layer there's new video data available, if both videos , videoviews independent.

has noticed behaviour , knows workaround?

thanks!


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -