OneLiberty / moonlight-chrome-tizen

A WASM port of Moonlight for Samsung Smart TV's running Tizen OS (5.5 and up)
GNU General Public License v3.0
185 stars 15 forks source link

Feature request: Allowing custom ports #27

Open leonvendrame opened 6 months ago

leonvendrame commented 6 months ago

Hey guys!

I want do request this freature if its possible.

I run my server on a custom port, because I have other pc already running on default ports. On moonlight for android for an example, I can input my address like "serveraddress:port" and it runs perfectly.

If its way too trouble to do it, i'm sorry about the request.

OneLiberty commented 6 months ago

Can you send me your port configuration ? Is it for local or remote ?

leonvendrame commented 5 months ago

image

I'm using for local and remote.

OneLiberty commented 5 months ago

So i did check a bit, and i must say, i have absolutely no idea on how to handle this :/ i'll keep looking tho.

i'll let the issue open, maybe someone will have an idea.

henryfa2 commented 5 months ago

Well, I would say we need :

  1. an interface to allow the user to parametrize the ports he wanna use,
  2. an update to the code to change the ports : search in the code the different default values (for ex. 47984), analyze the code and replace the default values with the parametrized ones where it is needed