Yuichiro Tachibana (Tsuchiya)

Results 357 comments of Yuichiro Tachibana (Tsuchiya)

The problem has still been happening sometimes and I updated the fix suggested in https://github.com/whitphx/streamlit-webrtc/issues/44#issuecomment-796563540 . Timeout must be set to `queue.get()` to avoid being stuck forever. ```python result =...

streamlit-webrtc shows this message to warn possible performance flaw, but it does not indicate the cause. If you don't have any performance problem, just ignore it.

Perhaps it's impossible as running TURN server requires access to the SSL key but we can't get it on Streamlit Sharing. We can't control the routing too.

It may be possible on Heroku, and will be possible with Stremalit Cloud after it supports original subdomains.

> SSL key Self-signed certificates may work? -> Try it Ref: https://stackoverflow.com/questions/27164354/create-a-self-signed-x509-certificate-in-python > routing Waiting the custom subdomain on Streamlit Cloud: https://share.streamlit.io/streamlit/roadmap/#unique-and-custom-subdomain-per-app-in-testing-polishing

Still, it's not possible because it is not allowed to bind arbitrary ports, and may be to use tcpserver. > socket: Protocol not supported

I can't help because I'm not familiar with PyAudio. If there are anyone who have experiences with PyAudio, please answer this question. What I can say is that pydub is...

If this is done, #365 may be resolved.

I have not seen this error and also neither familiar with Windows nor TravisCI. Why don't you google the error message, probably with `PyAV`? I could find the following info...

I can't tell anything from that limited information without environment info, package versions, the full log, etc.