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

2 Likes

Hi, thanks for the assistance @whitphx. This issue is resolved, but I am encountering another issue with an unexpected crash. The application crashes without any error being logged. Could this be due to excessive memory consumption? I’m using MoviePy to work on video and transcribe text from audio.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.