react-player
react-player copied to clipboard
How do you set preload prop for videos on YouTube/SoundCloud/Vimeo/DailyMotion?
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
- Embed a youtube video with react-player like this;
<ReactPlayer url="https://youtube.com/watch?v=" controls autoPlay={0} /> - Play video
- Experience significant delay and glitching
Environment
- URL attempting to play:
- Browser: Chrome, Kiwi
- Operating system: Windows 11, Android 13