AVGP / webcaster

Experiment to capture screen and webcam and record a video as WebM.
1 stars 1 forks source link

Does not quite work in Firefox Nightly yet #1

Open MichaelKohler opened 10 years ago

MichaelKohler commented 10 years ago

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

AVGP commented 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.