kzahel / chromeos-unattended-remote

Get unattended remote desktop access to a chromeos device (developer mode only)
9 stars 0 forks source link

use identity.email and custom signaling server (improve latency) #2

Open kzahel opened 5 years ago

kzahel commented 5 years ago

currently doing webrtc signaling through chrome.storage.sync. (sync_messaging.js) it has up to 60 seconds to initiate a few roundtrips to initiate the connection.

if we use a custom backend instead, latency will go down to just a few seconds, and it will allow for sharing between different email accounts, too.

kzahel commented 5 years ago

Would also enable mobile remote access from a web page