streamlit-webrtc icon indicating copy to clipboard operation
streamlit-webrtc copied to clipboard

Launch without internet connection

Open ioangatop opened this issue 4 years ago • 2 comments

Hi and thank you for open-sourcing this amazing component! I would like to ask if it is possible to launch the service without internet connection (see https://github.com/aiortc/aiortc/issues/524)

ioangatop avatar Oct 30 '21 17:10 ioangatop

Do you mean the situation where both the client and the server are on the same host (localhost) without the Internet connection? It worked at least in my environment, but I think it depends on browsers or other stuff as answered in the thread. WebRTC connection is dealt with by the browser's API (client-side) and aiortc (server-side) implementations.

whitphx avatar Nov 08 '21 15:11 whitphx

Yes exactly, but it doesn't seem to work with my machine. If I have any updates I'll post them here!

ioangatop avatar Nov 26 '21 13:11 ioangatop