whitphx / streamlit-webrtc

Real-time video and audio streams over the network, with Streamlit.
https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669
MIT License
1.34k stars 179 forks source link

my streamlit webrtc_streamer is showing a black screen even though the camera seems to be runninng #1211

Closed CYBERSANKAR closed 1 year ago

CYBERSANKAR commented 1 year ago
image image
whitphx commented 1 year ago

If you have set the STUN server config such as rtc_configuration={"iceServers": [{"urls": ["stun:stun.l.google.com:19302"]}]}, and run the app offline, it can be result in that state because it tries to access the STUN server which will be stuck.

Let me know if the situation is different.