We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File size is around 5g, browser crashes, memory exceeds
let player = videojs('myClip', this.options, function() { let msg = 'Using video.js ' + videojs.VERSION + ' with videojs-wavesurfer ' + videojs.getPluginVersion('wavesurfer') + ' and wavesurfer.js ' + WaveSurfer.VERSION; videojs.log(msg); this.player = player // load wav file from url player.src({src: require('../../../../../static/1.6G.wav'), type: 'audio/wav'});
The text was updated successfully, but these errors were encountered:
This is a wavesurfer.js issue that might be fixed in a 7.x version or newer but that isn't supported (yet).
Sorry, something went wrong.
No branches or pull requests
Description
File size is around 5g, browser crashes, memory exceeds
Steps to reproduce
let player = videojs('myClip', this.options, function() { let msg = 'Using video.js ' + videojs.VERSION + ' with videojs-wavesurfer ' + videojs.getPluginVersion('wavesurfer') + ' and wavesurfer.js ' + WaveSurfer.VERSION; videojs.log(msg); this.player = player // load wav file from url player.src({src: require('../../../../../static/1.6G.wav'), type: 'audio/wav'});
The text was updated successfully, but these errors were encountered: