Facing problem in webrtc_streamer

I recently deployed my application on Streamlit Cloud and encountered an issue with the webrtc_streamer component. The camera stream fails to load, it keeps loading for a while and then stops automatically without capturing any video. I would appreciate your assistance in resolving this issue. I need to resolve this ASAP.

I have the same issue. @whitphx

Hi there was a problem that Streamlit-WebRTC didn’t work with Streamlit>=1.39.0.
Now streamlit-webrtc>=0.48.1 should fix it. Plz try the latest release.
Ref: streamlit webrtc not working · Issue #1848 · whitphx/streamlit-webrtc · GitHub

1 Like