Skip to content
New issue

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 #171

Open
code565 opened this issue Jul 8, 2023 · 1 comment
Open

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

code565 opened this issue Jul 8, 2023 · 1 comment

Comments

@code565
Copy link

code565 commented Jul 8, 2023

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

@thijstriemstra
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants