stefanrmmr / streamlit-audio-recorder

Record Audio from the User's Microphone in Apps that are Deployed to the Web. (via Browser Media-API, REACT-based, Streamlit Custom Component)
MIT License
415 stars 75 forks source link

It does not work when running in a VM and publishing the app through HTTP. #23

Open AmazYama opened 3 weeks ago

AmazYama commented 3 weeks ago

I am hosting a streamlit app in a VM and trying to access the app through the external ip of the VM. The app can be open without issues, but the recording function does not work.