adjust URL for rock/jazz central servers

This commit is contained in:
Volker Fischer 2020-05-17 18:02:56 +02:00
parent 75b8a05257
commit 1cfcbe09fc
2 changed files with 6 additions and 4 deletions

View File

@ -11,6 +11,10 @@
- duplicate Central Server type dropdown to Connection Setup (#157)
TODO implement panning for channels (Ticket #52, #145)
TODO Central Server Address: "Default" results in empty server browser, "Default (North America)" works fine #156
-> made max list smaller from 200 to 150 -> check if that is sufficient to prevent UDP packet fragmentation
@ -22,8 +26,6 @@ TODO fix incorrect what's this help texts
TODO WIP support internationalization
TODO implement panning for channels (Ticket #52, #145)
TODO show mute state of others

View File

@ -105,8 +105,8 @@ LED bar: lbr
#define DEFAULT_SERVER_ADDRESS "jamulus.fischvolk.de"
#define DEFAULT_PORT_NUMBER 22124
#define CENTSERV_GENERAL_NORTHAMERICA "jamulus.fischvolk.de:22224"
#define CENTSERV_GENRE_ROCK "jamulus.drealm.info:22124"
#define CENTSERV_GENRE_JAZZ "jamulus.drealm.info:22224"
#define CENTSERV_GENRE_ROCK "centralrock.drealm.info:22124"
#define CENTSERV_GENRE_JAZZ "centraljazz.drealm.info:22224"
// getting started and software manual URL
#define CLIENT_GETTING_STARTED_URL "https://github.com/corrados/jamulus/wiki/Getting-Started"