TheWidlarzGroup / react-native-video-player

A video player for React Native with controls
MIT License
514 stars 315 forks source link

When I change video rate dynamically, sometimes video freezing. #175

Open batuhanbag opened 1 year ago

batuhanbag commented 1 year ago

Hi I develop physiotherapist app and we are using react-native-video 5.2.1 and react-native-video-player 0.14.0 for displaying physiotherapist exercise video. We have an algorithm that we changing video rate according to exercise tempo. Basically we dynamically change the videos according to the tempos by speeding up, slowing down and stopping the video according to the tempos.

But videos sometimes freezing while changing video rate. How can I solve that ? here is my video player component Screenshot 2023-05-11 at 11 16 51

here is the example video

https://github.com/cornedor/react-native-video-player/assets/61624944/f3b4a266-346c-4e53-bb42-c49d0d796c6d

How can I solve this issue anyone has an idea ?