Multiple server with RPC |
Multiple server with RPC |
Cyber Sinh |
Jun 25 2007, 08:47 PM
Post
#1
|
Newbie Group: Members Posts: 4 Joined: 25-June 07 Member No.: 322 |
Hi,
For a C# software, I need tu use AMIP both with Winamp and foobar2000 (running at the same time). But with RPC, I can only start one server at a time (on localhost). How can I start an AMIP server on each player and avoid conflicts between them ? I need to switch monitoring as user request. Thanks |
Serge |
Jun 25 2007, 10:50 PM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
http://amip.tools-for.net/wiki/manual/configurator#remoteapi :
QUOTE Server port: The port where the server accepts connections. Default is 60333 and you should not change it unless you need it for another application. AMIP SDK defaults to this port and some tools that are based on AMIP may not work if you change this until you change it in both places (here and in the other application settings). So, different AMIP instances should use different ports. |