“TypeError: riff.RIFF is undefined
http://localhost/../../js/whammy.js
Line 353″
(stangely chrome doesnt throw this undefined error)
and
“InvalidCharacterError: String contains an invalid character
http://localhost/../../js/whammy.js
Line 462″
Can any one tell me whats the problem here ?
I have a website (morphyre.com) where users can design 3D graphics using WebGL, and can then render and download a video file… This is all done server-side right now, but with something like this, the rendering could all be done on the client!
I guess there is currently a limit on the video size (because you don’t want a Blob that is too big, or to store too many frames at once), but it looks like it would be relatively easy to use the FileWriter API and supply frames one at a time…
]]>