Replies: 1 comment
-
hmm, sorry, I have not seen any solutions other than these... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've created a simple streamlit view with a streamlit-webrtc component with the following configuration:
When I run it locally, and with a local docker container it works fine. But when I deploy it to GCP app engine it struggles with setting up SDP/RTC connection:
I've tried several different STUN and TURN servers and I've opened communication for ingress and egress on all ports in GCP.
Any ideas for what I might try next?
Beta Was this translation helpful? Give feedback.
All reactions