Skip to content

Uncaught RangeError: Source is too large #5

Open
@pellaeon

Description

@pellaeon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions