New Component: streamlit-webrtc, a new way to deal with real-time media streams

@iamchoudhari11
Hi,
it seems this problem can occur in some environments and there have been some reports like Issue about Video Recording · Issue #151 · whitphx/streamlit-webrtc · GitHub

I think this is because the WebRTC packets are dropped between the server and clients.

  • Can you use the app locally? If so, the problem resides on the network between your local env and the remote host.
  • Are you using firewall software which drops some packets, or are you inside a network with security like office or campus networks where some communications are blocked?
    • Check if the app works when your client machine is in another network especially where there is no network blockings.
1 Like