You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
keep in mind that you disable two security features --server.enableCORS=false and --server.enableXsrfProtection=false so use this with caution.
In addition you also need to generate SSL certificate: openssl req -x509 -newkey rsa:4096 -keyout host.key -out host.cert -days 365 -nodes
and copy both host.key and host.cert in you container/remote machine
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.
The text was updated successfully, but these errors were encountered: