You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hmm, haven't seen this before. Does this happen for all files for you, or just specific ones? If it's just a specific file, is it possible to upload somewhere so we can debug? Thanks!
Any update on this? I followed your build instructions on OSX 10.9 (looks like your compileOgg.sh only works on OSX). I tried Emscripten 1.29 (latest) and 1.22, both of them produce the same error I described in this issue.
I have included aurora.js, vorbis.js, opus.js, flac.js and ogg.js
What is your build environment? Which version of Emscripten do you use?
On ogg.js#11494
(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:
Browser: Chromium 37
The text was updated successfully, but these errors were encountered: