whitphx/streamlit-webrtc

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

takan1 opened this issue · 3 comments

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?

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

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")

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!