elieserdejesus / JamTaba

Jamtaba is a software to play online music jam sessions.
http://www.jamtaba.com
244 stars 50 forks source link

Allow ninjam server configuration #1336

Open joshrickert opened 4 years ago

joshrickert commented 4 years ago

It would be rad if there was a way to configure the private ninjam server when hosting! Either in the json file, or by providing a cfg, or through the GUI. Particularly I wish I could change the port because 2049 is taken on my machine.

soulraymusic commented 4 years ago

Can you simply change the port in cfg file using text edit (OSX private server) or vim (Linux server) and run the server again?

jonjamcam commented 4 years ago

I believe the port is hard coded. See src/Common/gui/PrivateServerWindow.cpp:

const quint16 PrivateServerWindow::PREFERRED_PORT = 2049;

elieserdejesus commented 4 years ago

@soulraymusic , @joshrickert and @jonjamcam are talking about the JamTaba internal server (in menu ninjam). Maybe you don't know, but JamTaba can start a very simple server in your machine. This simple server has no config file at moment.

soulraymusic commented 4 years ago

I see!