Android Videoplayer in the scrolling list to implement item video playback (ListView control and Recyclerview), click on the screen list when scrolling the list to pause, in the item video playback area, the video playback will appear the splash screen problem.
troubleshooting, videoplayermanager-"Mediaplayerwrapper.java->prepare ()
: {. Prepareasync (). Set (state) (!= ) {. Post ()}} (IllegalStateException ex) {RuntimeException (ex)}
Instead, Prepareasync () prepares the playback asynchronously. Can solve the splash screen problem.
Related Reference articles:
1, http://blog.csdn.net/u012519664/article/details/41173381
MediaPlayer of Android development
2. http://blog.csdn.net/qq_24223073/article/details/69315856 Android about the difference between prepare method and Prepareasync method in MediaPlayer
3, http://blog.csdn.net/wooder111/article/details/51513582 Android in the scrolling list to achieve video playback (ListView & Recyclerview)
Android MediaPlayer Videoplayermanager loading video splash screen troubleshooting