parsec-cloud / parsec-sdk

Low latency, peer-to-peer, interactive streaming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB SDK Error

huddhudd opened this issue · comments

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

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

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()
}
}