Open
Description
On ogg.js#11494
Ogg.HEAPU8.set(this._stream.readBuffer(BUFFER_SIZE).data, this.buf);
(I beautified this for easy debugging)
I set breakpoint on that line and watched the variables:
BUFFER_SIZE:8192
this.buf:1802398516
Ogg.HEAPU8: Uint8Array[16777216]
(This was right before the error happened)
Stack trace:
Uncaught RangeError: Source is too large ogg.js:11494
AV.Demuxer.extend.readChunk ogg.js:11494
(anonymous function) demuxer.coffee:18
EventEmitter.emit events.coffee:25
(anonymous function) http.coffee:51
Browser: Chromium 37
Metadata
Metadata
Assignees
Labels
No labels