mozilla / janus-plugin-sfu

Janus plugin to act as a kind of SFU for game networking data.
Mozilla Public License 2.0
135 stars 40 forks source link

Setup script now runs a secure server + associated client changes #2

Closed brianpeiris closed 6 years ago

brianpeiris commented 6 years ago

Makes it easier to setup a local janus server that mr-social-client can use without insecure connection errors. Also important for Google Chrome support since Chrome doesn't allow getUserMedia from non-secure pages.

mqp commented 6 years ago

Kind of dumb that we have to use secure websockets for this but sure.