Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
4.3k stars 574 forks source link

Webrtc connections #6528

Closed kpetrow closed 1 week ago

kpetrow commented 1 week ago

I have added the appropriate webrtc options in config.json but dont think i am using webrtc.

"webRTC": true,
    "webrtcConfig": {
      "iceServers": [
        { "urls": "stun:stun.cloudflare.com:3478" },
        { "urls": "stun:stun.l.google.com:19302" }
      ]
    }

How can i tell if the connection is webrtc?

kpetrow commented 1 week ago

I think i can confirm that it is not using webrtc from checking chrome://webrtc-internals/ . Test sites would pull up some info i don not see anything when trying to connect to the machine

si458 commented 1 week ago

Webrtc only works if the remote device is local to ur device, Currently, it doesn't work correctly with remote devices behind external firewalls But if it works it would show Connected, WebRTC after u click connect

kpetrow commented 1 week ago

thanks