Open jatravi38 opened 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" />
@jatravi38 You are right. I have facing same issue.
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" />