videojs-wavesurfer icon indicating copy to clipboard operation
videojs-wavesurfer copied to clipboard

File size is around 5g, browser crashes, memory exceeds

Open code565 opened this issue 2 years ago • 1 comments

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'});

code565 avatar Jul 08 '23 14:07 code565

This is a wavesurfer.js issue that might be fixed in a 7.x version or newer but that isn't supported (yet).

thijstriemstra avatar Feb 13 '24 23:02 thijstriemstra