Martlgap commited on
Commit
9ce5f20
1 Parent(s): 5073ad5

revert to google STUN

Browse files
Files changed (1) hide show
  1. 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": ["turn:openrelay.metered.ca:80"], username: 'openrelayproject',
7
- credentials: 'openrelayproject'}]}
8
  )
9
 
10
 
 
3
 
4
 
5
  RTC_CONFIGURATION = RTCConfiguration(
6
+ {"iceServers": [{"urls": ["stun:stun.l.google.com:19302"], }]}
 
7
  )
8
 
9