Recordmp3js | Record MP3 files directly from the browser using JS and HTML | Audio Utils library
kandi X-RAY | Recordmp3js Summary
kandi X-RAY | Recordmp3js Summary
Record MP3 files directly from the browser using JS and HTML. For an explanation on how it works check out the initial article:
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Recordmp3js
Recordmp3js Key Features
Recordmp3js Examples and Code Snippets
Community Discussions
Trending Discussions on Recordmp3js
QUESTION
Hi i need to connect to http without security issues... this is the link http://audior.ec/recordmp3js/ when open with chrome it shows the problem but not with firefox
...ANSWER
Answered 2018-Jun-16 at 10:43As chrome states:
No live audio input: SecurityError: Only secure origins are allowed (see: https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features).
This means you need a secure https
connection when you want to use your microphone in chrome.
This is a security measure which needs to be implemented at your sever.
You could use a certificate authority to get one (like Lets Encrypt (it's free)) or use a self signed certificate. Although the latter might not work since it's not always considered to be secure
The reason why it works in firefox is because they don't seem to have chosen for such a restriction. This could change in the future.
Web viewNew Webviews also share the same rendering engine as Chrome for Android, so rendering should be much more consistent between the WebView and Chrome.
See Android Webview. I am pretty sure Xamarin uses this implementation.
Secure originsAt the time of writing, these are considered to be secure origins (see link)
“Secure origins” are origins that match at least one of the following (scheme, host, port) patterns:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Recordmp3js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page