Skip to content

Commit

Permalink
adding extra function param for ff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbuck committed Dec 20, 2012
1 parent 3bbf31b commit d2bb02a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
video.src = URL.createObjectURL(stream);
video.play();
setInterval(render, 10);
}, function(error){
console.log('error', error);
});

var render = function(){
Expand Down

0 comments on commit d2bb02a

Please sign in to comment.