Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Screen Through Internet #3

Open
knkrth opened this issue Mar 28, 2019 · 4 comments
Open

Share Screen Through Internet #3

knkrth opened this issue Mar 28, 2019 · 4 comments

Comments

@knkrth
Copy link

knkrth commented Mar 28, 2019

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

@OddCN
Copy link
Owner

OddCN commented Mar 30, 2019

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
Copy link
Author

knkrth commented Mar 30, 2019

Thank you.

@pingothedoer
Copy link

Hi @knkrth , Did you modify the architecture?

@knkrth
Copy link
Author

knkrth commented Apr 10, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants