4
I am using chromium on ArchLinux, and I have tested that with ffmpeg the microphone works and I can record a wav file.
But when it comes to using online flash recorder, it shows that "Microphone access error" and chromium tells me that "System has denied https://www.speakpipe.com/ to access to microphone" and "No microphone devices" on select microphone filed.
Excuse my not knowing how to make chromium into English, so I translate the screenshot into English with Gimp XD
So let's back to the question: how can I make it work in chromium, which means flash can record my voice and chromium can find the microphone? Maybe some packages I have forgotten to install, so let me know which package is vital.
"Excuse my not knowing how to make chromium into English" - you can open terminal window, and run commands:
export LC_ALL=C
and thenchromium
. – Maciek Łoziński – 2017-09-05T19:28:14.073