Audio recorder error message
Submitted by make interactive fun on Wed, 04/24/2019 - 10:16
Forums:
Hi All
I copied the embedd code of this free HTML5 audio player: https://h5p.org/audio-recorder. I inserted it into my Brightspace D2L LMS course as audio/video.
However, when I open it, I get this error message: "Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS"
Please advise
Summary:
Error code for audio recorder
BV52
Thu, 04/25/2019 - 06:51
Permalink
Hi make interactive fun,You
Hi make interactive fun,
You need to add an additional code into the built in embed code and it should look like this:
<iframe src=
"https://h5p.org/h5p/embed/71393"
width=
"1090"
height=
"434"
frameborder=
"0"
allowfullscreen=
"allowfullscreen"
style=
"width: 100%; height: 514px;"
allow=
"microphone"
></iframe><script src=
"https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js"
charset=
"UTF-8"
></script>
-BV52
make interactive fun
Thu, 04/25/2019 - 10:45
Permalink
Hi BV52,Thnks so much for
Hi BV52,
Thnks so much for giving this your time! I copied your code and embedded it, but still get the same error message when I press the record button. As far as I can see, you added these lines to the original code:
style="width: 100%; height: 514px;"
allow="microphone">
Is there something else I can try, or did I misunderstand your first reply?
make interactive fun
Thu, 04/25/2019 - 10:47
Permalink
error code
Hi BV52,
Thnks so much for giving this your time! I copied your code and embedded it, but still get the same error message when I press the record button. As far as I can see, you added these lines to the original code:
style="width: 100%; height: 514px;"
allow="microphone">
Is there something else I can try, or did I misunderstand your first reply?
BV52
Mon, 04/29/2019 - 07:55
Permalink
Hi make interactive fun,I'm
Hi make interactive fun,
I'm afraid this solution is not for everyone :-( . I discovered this recently that some sites does not allow the allow="" code for securoty reasons.
-BV52