parsec-sdk icon indicating copy to clipboard operation
parsec-sdk copied to clipboard

WEB SDK Error

Open huddhudd opened this issue 4 years ago • 2 comments

Failed to execute 'appendBuffer' on 'SourceBuffer': The SourceBuffer is full, and cannot free space

huddhudd avatar Oct 30 '20 08:10 huddhudd

DOMException: Failed to execute 'appendBuffer' on 'SourceBuffer': The SourceBuffer is full, and cannot free space to append additional buffers.

huddhudd avatar Oct 30 '20 08:10 huddhudd

S.prototype.u = function() { if (0 < this.j.length && this.c && !this.c.updating) try { var a = this.j.shift(); this.c.appendBuffer(a) } catch (b) { console.warn(b), this.m(), this.s && this.s() } }

huddhudd avatar Oct 30 '20 08:10 huddhudd