tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Isseue in track change #125

Open jatravi38 opened 6 years ago

jatravi38 commented 6 years ago

When i change the track the audio and video will not match

videoView.getVideoInfo().addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "framedrop", 5L));

and in manifast file i am using this android:configChanges="orientation|screenSize|keyboardHidden" android:screenOrientation="portrait" />

24Lathiya commented 6 years ago

@jatravi38 You are right. I have facing same issue.