jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Eror Safari #218

Open jaschkematheus opened 7 years ago

jaschkematheus commented 7 years ago

I'm having Safari browser problem, is there any uninvocability? Displays the missing plug-in error

klaygomes commented 7 years ago

Same here, is it possible to use it on Safari using MacOSX?

zsalab commented 7 years ago

Safari have not support getUserMedia, but WebcamJS works with flash plugin. So if you have got flash installed and you activated on the site (Preferences -> Security -> Plugin settings) it should work. I'm using the latest Safari on Mac OS and it works with flash.

jaschkematheus commented 7 years ago

It was already activated, but it still does not work.

zsalab commented 7 years ago

Works for me, Safari 10.0.3 (12602.4.8) on macOS 10.12.3 (16D32)

1 2

3

4 5

zsalab commented 7 years ago

Maybe you not using the latest flash? How far I know Apple deactivate if you not upgrading (security concern).... or maybe you have disabled the flash camera and mic support in the flash settings (System Preferences -> Flash Player -> Camera and mic) Be sure you not block by default or as a specific site

6
sunilomrey commented 7 years ago

Error message

image

siddharthjn commented 7 years ago

@sunilomrey @jaschkematheus - After setting up flash, under Safari preferences --> internet plug-ins (Allow Plug-ins should be checked) -->Adobe Flash Player --> Switch it on when visiting other websites screen shot 2017-04-20 at 1 51 05 pm

vipinbabra commented 7 years ago
kmaar commented 6 years ago

I can't seem to click the buttons within the flash player settings. Any idea what that's about?

summerisgone commented 6 years ago

https://github.com/jhuckaby/webcamjs/pull/258 Guys recently merged fix for newer Safari. just in case