When deploying this to a cloud server with a Linux system, it’s not working. The button appears, but there’s no activity when clicked. However, the same app works on Streamlit Cloud with the same requirements file.
I’m not sure why this is happening. Are there any special requirements or configurations needed to deploy the code on a customer’s Linux hosting?
It is an issue of using HTTPS. In my case, I am testing through the IP address without HTTPS, so most of the browsers don’t allow me to use the microphone without HTTPS. I have used HTTPS, and after that, it works fine for me.