DEV Community

Discussion on: Python WebRTC basics with aiortc

Collapse
 
mute profile image
bmox

When I run it on Local URL: localhost:8501 I have the option of selecting my device. But why am I trying it on Network url 192.168.1.127:8501 I'm unable to pick any device. It informs me a text "unavailable". I'm not going to attempt both URLat the same time. Could you please clarify what the issue is?

Collapse
 
whitphx profile image
Yuichiro Tachibana (Tsuchiya)

You need HTTPS when using media devices on hosts other than localhost. See dev.to/whitphx/build-a-web-based-r...