Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-webrtc-simple-demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
923bcc1
streamlit-webrtc-simple-demo
/
app.py
whitphx
HF Staff
Use Open Relay
421a2dd
about 2 years ago
raw
Copy download link
history
blame
Safe
174 Bytes
from
streamlit_webrtc
import
webrtc_streamer
from
turn
import
get_ice_servers
webrtc_streamer(
key=
"sample"
,
rtc_configuration={
"iceServers"
: get_ice_servers()},
)