videojs-player
videojs-player copied to clipboard
How to set up video preloading
Describe the bug
In the latest version, I found that I used preload=auto, play the m3u8 video, after the video was paused, the video did not continue to load or preload, I checked the relevant documentation, the compatibility is not very friendly, but my test environment is also chrome, so I don't know where my problem is, I will provide a piece of development code, as a way to ask for help, thanks!
Reproduction
System Info
"dependencies": {
"@videojs-player/vue": "1.0.0",
"video.js": "8.10.0",
"vue": "^3.3.11",
},
Used Package Manager
yarn
Validations
- [X] Read the the documentation in detail.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- [X] The provided reproduction is a minimal reproducible example of the bug.