> On 22May, 2020, at 06:23, [email protected] wrote: > > On Thursday, December 7, 2017 at 7:28:04 PM UTC+5, fatima-z boujrar wrote: >> hello >> >> which version of chrome and firefox the object getUserMedia is supported? >> because i usually get that error : >> >> MediaStreamError { name: "NotFoundError", message: "The object can not be >> found here.", constraint: "", stack: "" } >> >> in the last versions of chrome and firefox. >> >> any help to fix it please? > > When I try this link which MozCommunity mention , I get following error > NotFoundError: The object can not be found here. This same error I had in my > website when I had integrated with wrtc
One possibility why you get this error is that recent versions of Firefox allow getUserMedia() only to be called from pages loaded via HTTPS. Do you use HTTP or HTTPS for your site? Best Nils Ohlmeier _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

