Read the statement by Michael Teeuw here.
can't get the webcam to work
-
I’ve tried 3 different webcams, played with resolutions and doesn’t matter what I do, I always get the following message:
Webcam.js Error: Could not access webcam:
NotSupportedError: Only secure origins are allowed
(see: https://goo.gl/Y0ZkNV). NotSupportedError: Only
secure origins are allowed (see: https://goo.gl/Y0ZkNV).anyone knows by any chance what it means and how to get the webcam to work?
-
@xela Apparently this was happening when trying to request an image larger than 720px from
webcamjs. See the notes here for Chrome and requiring SSL, and exceptions forlocalhostand127.*.*.*. Is theaddressin your config stilllocalhost? -
@ninjabreadman That’s the address in my config:
var config =
{
address: “0.0.0.0”,
electronOptions: {}, ipWhitelist: [ "127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.44.1/24" ], -
@xela You’ll want the
addressto belocalhostor127.0.0.1.I don’t know exactly how it’s working with
0.0.0.0and reaching the loopback to display the server, but Chromium (and thereforeelectron) will only allow the camera overhttpfor those addresses. -
It works! thank you very much!
but now I can’t connect via remote control… -
@xela That’s a whitelist issue; the
ipWhiteListcontrols which computers can connect to the MM server.addresscontrols what theelectroninstance connects to.Have a look here for @mochman’s
ipWhiteListconfig walkthrough. If you’re on an IPv6 network, it’s not altogether intuitive for those of us who grew accustomed to IPv4.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login