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

Change video speed and mismatch video with audio on track change #101

Open jatravi38 opened 6 years ago

jatravi38 commented 6 years ago

hello , On Track change the video is running fast forword #45

when adding this videoInfo.addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "framedrop", 5L))

the issue is fix for 2 weeks but now its show same problem of fast forward please guide m how to fix that.

Code : -

binding.videoView.setVideoPath(videolist.get(videopos)); binding.videoView.getVideoInfo().addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "framedrop", 5L)); binding.videoView.getPlayer().aspectRatio(aspectRatio);