whitphx / streamlit-webrtc-example

Real time video and audio processing examples with Streamlit and streamlit-webrtc
https://webrtc.streamlit.app/
MIT License
142 stars 118 forks source link

Camera is not opening when clicking Start button #117

Closed AntonioTannoury closed 11 months ago

AntonioTannoury commented 2 years ago

Hello, I was just testing the suggested demo app after the new version release and encountered the following behavior: First, on the start button it starts loading... Capture1

Then, after a while (20sec approx.) it changes to the following screen... Capture2

After that the camera does not open and returns to the initial state.

whitphx commented 2 years ago

Seems to be the same as https://github.com/whitphx/streamlit-webrtc/issues/44#issuecomment-773314359 https://github.com/whitphx/streamlit-webrtc#network-connectivity may also help.

AntonioTannoury commented 2 years ago

Seems to be the same as whitphx/streamlit-webrtc#44 (comment) https://github.com/whitphx/streamlit-webrtc#network-connectivity may also help.

Thanks for the reply, will try the suggested solutions and get back to you