Open aminronak007 opened 8 months ago
👋 Thanks for opening your first issue here! 👋
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
I have implemented video.js library in my project and its working successfully also. But when i am trying to fetch and load more videos i.e. upto 120 to 140 videos then my app is getting crashed. So i am not getting any solution how to solve or prevent my web app from crashing.
This is my code. What should i do to prevent my web app from crashing.
Reduced test case
https:///no-url.com
Steps to reproduce
const LukPlayer = memo((props) => { const videoRef = useRef(null) const playerRef = useRef(null) const observerRef = useRef(null) const { options, onReady, data, commentFlag, flag } = props
})
export default LukPlayer
Errors
Error Code: Out of memory
What version of Video.js are you using?
8.0.4
Video.js plugins used.
8.0.4
What browser(s) including version(s) does this occur with?
Chrome
What OS(es) and version(s) does this occur with?
Windows 11