OddCN / screen-share-to-browser

Instantly screen share from your Android device to pc browser over WiFi, with WebSocket.
Apache License 2.0
95 stars 40 forks source link

Share Screen Through Internet #3

Open knkrth opened 5 years ago

knkrth commented 5 years ago

Hi, Can I share the android screen through internet(3G/4G) to other computer browser?

OddCN commented 5 years ago

Hi @knkrth . Yes, but need to be modified.

The current architecture is

|---------------------------------|
|
|   Screen -> WebSocket Server    |      <---Wlan--->   computer browser
|
|---------------------------------|
           Android App

If we want to share the screen through internet(3G/4G), the architecture should be

|---------------|
|
|   Screen  ->  |     --->   【WebSocket Server on public network(ip)】 <--->  computer browser
|
|---------------|
   Android App
knkrth commented 5 years ago

Thank you.

pingothedoer commented 4 years ago

Hi @knkrth , Did you modify the architecture?

knkrth commented 4 years ago

@pingothedoer Hi, No. I don't modify the architecture.