Open code565 opened 1 year ago
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'});
This is a wavesurfer.js issue that might be fixed in a 7.x version or newer but that isn't supported (yet).
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'});