Spaces:
Sleeping
Sleeping
revert to google STUN
Browse files- tools/webcam.py +1 -2
tools/webcam.py
CHANGED
@@ -3,8 +3,7 @@ from streamlit_webrtc import webrtc_streamer, WebRtcMode, RTCConfiguration
|
|
3 |
|
4 |
|
5 |
RTC_CONFIGURATION = RTCConfiguration(
|
6 |
-
{"iceServers": [{"urls": ["
|
7 |
-
credentials: 'openrelayproject'}]}
|
8 |
)
|
9 |
|
10 |
|
|
|
3 |
|
4 |
|
5 |
RTC_CONFIGURATION = RTCConfiguration(
|
6 |
+
{"iceServers": [{"urls": ["stun:stun.l.google.com:19302"], }]}
|
|
|
7 |
)
|
8 |
|
9 |
|