danylovolokh/VideoPlayerManager

how to set repeat video

mohsenmdb opened this issue · 4 comments

how to set repeat video?

Anyone found solution for it ?

There is a method onVideoCompletionMainThread just add videoPlayer.start() .

..

in VideoPlayerView.java:
add mMediaPlayer.setLooping(true);