Open MichaelKohler opened 10 years ago
The experimental screen sharing aside, the error you get seems to be a Firefox bug.
The two elements are video elements, so I can't make sense of the message you are seeing. Unless it's related to one of the elements not having a source, due to the bug you linked (missing support for screen capture).
I think I will nuke Firefox from the README.md but link the tickets.
As far as I can see, there are some things still missing/have not yet landed.
TypeError: Argument 1 of CanvasRenderingContext2D.drawImage could not be converted to any of: HTMLImageElement, HTMLCanvasElement, HTMLVideoElement.
MDN Reference: https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D#drawImage%28%29
See also https://bugzilla.mozilla.org/show_bug.cgi?id=906956