Access AMIP socket server from *nix |
Access AMIP socket server from *nix |
uplate |
Oct 10 2007, 02:03 AM
Post
#1
|
Member Group: Members Posts: 21 Joined: 10-October 07 Member No.: 391 |
Hi, I am interested in trying to access AMIP from *nix. It appears that AMIP server creates a TCP socket connection that should be able to be accessed remotely. Can you give some indication on how this could be done?
I've tried with socket and telnet, but both indicate that the AMIP hosting machine refuses the connection. My setup: [WIN] AMIP Server:40581 [NIX] Client access: `telnet WIN 40581` `socket WIN 40581` Thanks |
Serge |
Oct 16 2007, 10:22 AM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Here is AMIP compiled with RCF 0.9: gen_irc.dll.
Replace the original in Winamp/Plugins or if using another player, rename to amip.dll. Compile your client with RCF 0.9 and see if it helps. Don't use BOOST serialization (use RCF_USE_SF_SERIALIZATION). Here is AMIP SDK compiled with RCF 0.9. You can try the samples on the Windows machine to see if it works. |