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

the function "withStreamlitConnection" may have a problem in Remote servers #15

Open 2859135131 opened 9 months ago

2859135131 commented 9 months ago

It works locally and can receive data returned from React, but when you mount a web page on the server, there is no way to send audio data to streamlit on the web page, and it seems that there is a problem with the link. At present, on this web page, it is possible to obtain microphone permissions normally with https, and it is no problem to download and play, I don't understand if I need to rely on anything else to ensure the link.

jamiesun commented 8 months ago

I'm also experiencing this problem, what do I need to do to fix it

ptorru commented 2 months ago

I can confirm this is still an issue, it would be nice to have a resolution :)