react-player icon indicating copy to clipboard operation
react-player copied to clipboard

How do you set preload prop for videos on YouTube/SoundCloud/Vimeo/DailyMotion?

Open Proteensheykh opened this issue 1 year ago • 0 comments

Current Behavior

videos experience significant delays and glitches on playback. The default value is set to 'false'

Expected Behavior

video chunks are preloaded, and play smoothly, delivering a seamless experience.

Steps to Reproduce

  1. Embed a youtube video with react-player like this; <ReactPlayer url="https://youtube.com/watch?v=" controls autoPlay={0} />
  2. Play video
  3. Experience significant delay and glitching

Environment

  • URL attempting to play:
  • Browser: Chrome, Kiwi
  • Operating system: Windows 11, Android 13

Other Information

Proteensheykh avatar Oct 02 '24 08:10 Proteensheykh