I'm running Android 4.2.2. I'm trying to loop a seamless loop video in a VideoView. It does not accept the mp.setLooping(true) parameter, it will not loop the video, it plays only once.
I am able to use the myVideoView.setOnCompletionListener(mp) to do a mp.start() every time it completes, and it's working decent. The only issue is, when the video starts again on the loop, it's "jumps" a little, making the seamless loop no longer seamless. Anyone else run into this issue? Were you able to resolve it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

