dkrivoruchko / ScreenStream

ScreenStream Android App
https://screenstream.io
MIT License
1.56k stars 320 forks source link

Hide the port on Browser #140

Closed tutan123 closed 3 years ago

tutan123 commented 3 years ago

I have a problem when some browser on my car cannot visit the IP address with port number , how can i hide the port? i changed the code and set 80 as port but it accurred nettyServerException/

How can i solve the problem, thank you .

tutan123 commented 3 years ago

I find that linux don't allow port number <1024 for no root right machine

tutan123 commented 3 years ago

How can i hide the port and visit the ip using my car browser like Tesla's Broswer?

dkrivoruchko commented 3 years ago

You cannot set port number lower than 1024. This is Android system limitation. And it's really strange that you cannot visit IP Address with port number. Check if type it correctly.

tutan123 commented 3 years ago

Thanks for your reply. Becasu i use it on Tesla Model 3's browser. It banned the local ip with port, but without port it can access, so my request is can we hide the port?

dkrivoruchko commented 3 years ago

No