Why doesn't the component work with network URL? #261
Answered
by
whitphx
NetherQuartz
asked this question in
Q&A
-
Hi! from streamlit_webrtc import ClientSettings, WebRtcMode, webrtc_streamer
WEBRTC_CLIENT_SETTINGS = ClientSettings(
rtc_configuration={
"iceServers": [
{
"urls": ["stun:stun.l.google.com:19302"]
}
]
},
media_stream_constraints={
"video": True,
"audio": False,
},
) webrtc_streamer(
key="loopback",
mode=WebRtcMode.SENDRECV,
client_settings=WEBRTC_CLIENT_SETTINGS,
video_processor_factory=None
) |
Beta Was this translation helpful? Give feedback.
Answered by
whitphx
Jun 24, 2021
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NetherQuartz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
see https://dev.to/whitphx/build-a-web-based-real-time-computer-vision-app-with-streamlit-57l2#https