I'm using getUseMedia
function in my app. Every time I open Firefox permission popup appears. There is no always allow
option.
According to the Bugzilla the feature is already implemented at Firefox 30
- current version is 43
.
I'm using getUserMedia
like this:
navigator.getUserMedia = (navigator.getUserMedia ||
navigator.webkitGetUserMedia ||
navigator.mozGetUserMedia ||
navigator.msGetUserMedia);
Is it right? Why I can't select allow always
option?
How can I fix, Firefox not playing the videos? Try clearing the cache files and updating the Firefox. If this does not fix your problem, try disabling the extensions and enabling autoplay. If that still doesn't work, then reset Firefox.
As you seem to have discovered, Firefox, like Chrome purposefully disallows this functionality without HTTPS.
Mozilla's tests are a great source for answers around desired behavior, in this case: "'Always Allow' ignored and not shown on http pages"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With