whitphx / streamlit-webrtc

Real-time video and audio streams over the network, with Streamlit.
https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669
MIT License
1.27k stars 175 forks source link

Non of the samples and demos work! The video/audio stuck loading forever. #1608

Closed takan1 closed 1 month ago

takan1 commented 2 months ago

Pardon me if the project is not maintained currently but it seems like all the samples and demos are broken and cannot load video or audio. I'm using a Mac M3 with Chrome. Anyone help?

whitphx commented 1 month ago

Confirmed the problem. Thank you for reporting it. Will take a look.

zachlee10 commented 1 month ago

The same problem. Windows + edge +vscode, even the simplest demo cannot be run. image image code: from streamlit_webrtc import webrtc_streamer webrtc_streamer(key="sample")

whitphx commented 1 month ago

Now it should be fixed. The problem was solved by #1627 and the deployed version was upgraded to the latest one including this patch. Thank you for reporting this!