1

getUserMedia does not work under simple HTTP in Chrome v47+. Is there any workaround for this, provided the JavaScript code is served from a secure website?

<script src="https://example.com/code.js"></script>
ocram
  • 1,384
  • 6
  • 20
  • 36
  • Why don't you try instead of posting such simple questions? Stack Overflow is a place where you actually solve programming problems, not where you post a solution ASKING whether it works. You can post a solution and ask why it doesn't work though. – Paul Stelian Jul 06 '16 at 19:30
  • thanks I edited the question – ocram Jul 06 '16 at 19:45
  • I mean actually trying the stuff instead of asking someone else to. – Paul Stelian Jul 06 '16 at 21:08
  • 3
    Possible duplicate of [getUserMedia() in chrome 47 without using https](http://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https) – mido Jul 07 '16 at 04:50

0 Answers0