leemeichin / say-cheese

Minimal javascript library for integrating a webcam and snapshots into your app.
http://leemachin.github.com/say-cheese
MIT License
550 stars 97 forks source link

Incomplete firefox support in beta/aurora #1

Closed leemeichin closed 11 years ago

leemeichin commented 12 years ago
[17:32:51.419] NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsIDOMMozURLProperty.createObjectURL] @ https://raw.github.com/leemachin/say-cheese/master/say-cheese.js:67

This happens. Investigate why (or if it's due to beta/pre-beta implementation)

leemeichin commented 11 years ago

Fixed - Firefox's implementation is totally different and doesn't use object URLs

layerssss commented 11 years ago

Hi @leemachin , I'm using firefox's release channel, and my cur version is 17.0.1

I can find navigator.mozGetUserMedia in dom. and i find these docs/pages below:

it will be very good if you can make a polyfill arround the prefix.