Skip to content

Compile Error #61

Open
Open
@TheodoredaCunha

Description

@TheodoredaCunha

My code is:
`function saveVideo(){
recorder = new Whammy.Video(FrameRate.value);
for(var i = 0; i <= images_array.length - 1; i++){
recorder.add(images_array[i]);
}
console.log(recorder);
var output = recorder.compile(function(blob){
return blob;
});

}`

When I was trying to compile, an error :

RecordRTC.js:4343 Uncaught DOMException: Failed to execute 'postMessage' on 'Worker': function(){return 0<arguments.length?(this.elt.value=arguments[0],this):"range"===this.elt.type?parseFloat(this......e} could not be cloned.

Can anybody help me tell what to do ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions