jech / galene

The Galène videoconference server
https://galene.org
MIT License
899 stars 119 forks source link

TypeError: navigator.mediaDevices is undefined #174

Closed kovmir closed 6 months ago

kovmir commented 7 months ago

Using d16c680. I have set up galene according to the guide, but I launch it like that ./galene -http :8444 -insecure.

I can reach web UI and enter a room, but if I click Enable to show my camera, I get a red pop up saying TypeError: navigator.mediaDevices is undefined. In the mean time everything works on the official demo instance.

kovmir commented 7 months ago

The browser does not expose my camera over HTTP, only HTTPS.

jech commented 6 months ago

Right, that's a documented limitation. I'm reopening this issue, since we should check for this case and disable the Present button.

jech commented 6 months ago

Fixed in 96e2db0.