<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>AMIP SDK Support+</title>
	<description>AMIP SDK Support Forum Topics (with Posts)</description>
	<link>http://amip.tools-for.net/board/index.php</link>
	<pubDate>Sun, 26 May 2013 07:03:31 +0400</pubDate>
	<ttl>300</ttl>
	<item>
		<title>ac_getSrcPort returns same value as ac_getDestPort?</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2243]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2243]]></guid>
		<description><![CDATA[<!--quoteo(post=2241:date=Mar 23 2010, 08&#58;20 PM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Mar 23 2010, 08&#58;20 PM) <a href="index.php?act=findpost&pid=2241"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />These functions return values from the ac.ini. If there is no ac.ini, then default values are returned. Default values are the same and are hardcoded.<br /><br />So the problem is that ac.ini is missing.<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Thanks Serge, forgot about the ac.ini it's probably not there. Or at the very least not setup correctly!<br /><br />Thanks again, Jdh]]></description>
		<pubDate>Sat, 27 Mar 2010 01:52:45 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>ac_getSrcPort returns same value as ac_getDestPort?</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2241]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2241]]></guid>
		<description><![CDATA[These functions return values from the ac.ini. If there is no ac.ini, then default values are returned. Default values are the same and are hardcoded.<br /><br />So the problem is that ac.ini is missing.]]></description>
		<pubDate>Wed, 24 Mar 2010 04:20:47 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>ac_getSrcPort returns same value as ac_getDestPort?</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2240]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=610&view=findpost&p=2240]]></guid>
		<description><![CDATA[Serge, now that getting a long playlist works I have noticed one oddity wih ac_getSrcPort and ac_getDestPort, and possibly also ac_getSrcHost and ac_getDestHost.<br /><br />I modified getplaylist.cpp as follows to demonstrate my problem:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&nbsp;&nbsp;// Here we should have a playlist<br />&nbsp;&nbsp;char title&#91;AC_BUFFER_SIZE&#93;;<br /><br />&nbsp;&nbsp;EnterCriticalSection&#40;&cs_list&#41;;<br />&nbsp;&nbsp;int size = ac_get_plsize&#40;&#41;;<br />&nbsp;&nbsp;for &#40;int i = 0; i &#60; size; i++&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;memset&#40;title, 0, AC_BUFFER_SIZE&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;if &#40;ac_get_title&#40;i, title&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;printf&#40;&#34;%s&#092;n&#34;, title&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;}<br />&nbsp;&nbsp;LeaveCriticalSection&#40;&cs_list&#41;;<br /><br />&nbsp;&nbsp;// Src versus Dest issue<br />&nbsp;&nbsp;char sHost&#91;AC_BUFFER_SIZE&#93;;<br />&nbsp;&nbsp;char dHost&#91;AC_BUFFER_SIZE&#93;;<br />&nbsp;&nbsp;ac_getSrcHost&#40;sHost&#41;;<br />&nbsp;&nbsp;ac_getDestHost&#40;dHost&#41;;<br />&nbsp;&nbsp;printf&#40;&#34;&#092;nac_getSrcPort returned&#58; %d&#092;n&#34;, ac_getSrcPort&#40;&#41;&#41;;<br />&nbsp;&nbsp;printf&#40;&#34;ac_getDestPort returned&#58; %d&#092;n&#34;, ac_getDestPort&#40;&#41;&#41;;<br />&nbsp;&nbsp;printf&#40;&#34;ac_getSrcHost returned&#58; %s&#092;n&#34;, sHost&#41;;<br />&nbsp;&nbsp;printf&#40;&#34;ac_getDestHost returned&#58; %s&#092;n&#34;, dHost&#41;;<br /><br />&nbsp;&nbsp;ac_remove_event_listener&#40;SERVER_HOST, SERVER_PORT&#41;;<br /><!--c2--></div><!--ec2--><br /><br />As mention in ac.h ac_getSrcPort should return 60334 and ac_getDestPort should return 60333, However running getplaylist (after the playlist listing) I get:<br /><br />ac_getSrcPort returned: 60333<br />ac_getDestPort returned: 60333<br />ac_getSrcHost returned: 127.0.0.1<br />ac_getDestHost returned: 127.0.0.1<br /><br />Any idea why both Src and Dest are the same?<br /><br />Sorry about this, but I promise this is the only other issue I've found  <img src="http://amip.tools-for.net/board/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />Thanks, Jdh]]></description>
		<pubDate>Wed, 24 Mar 2010 03:30:18 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2239]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2239]]></guid>
		<description><![CDATA[I realy appreciate this quick SDK fix! Going to download the new SDK now.. <br /><br />Thanks so much Serge!<br /><br />Jdh]]></description>
		<pubDate>Wed, 24 Mar 2010 00:54:23 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2238]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2238]]></guid>
		<description><![CDATA[I've released SDK 1.5 with a fix. Thanks for the report.]]></description>
		<pubDate>Tue, 23 Mar 2010 21:35:43 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2237]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2237]]></guid>
		<description>Nevermind, I can reproduce this issue, will investigate later.</description>
		<pubDate>Tue, 23 Mar 2010 19:20:49 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2236]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2236]]></guid>
		<description><![CDATA[<!--quoteo(post=2235:date=Mar 23 2010, 04&#58;49 AM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Mar 23 2010, 04&#58;49 AM) <a href="index.php?act=findpost&pid=2235"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />I guess you are setting timeouts in the wrong place, you should set the bigger timeout in the following function:<br />.....<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Tried the following:<br /><br />getplaylist.cpp:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&nbsp;&nbsp;// Init client<br />&nbsp;&nbsp;if &#40;!ac_init_client&#40;AMIP_HOST, AMIP_PORT, 5000, 5, 1&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;printf&#40;&#34;Client cannot be initialized&#092;n&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;exit&#40;1&#41;;<br />&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;// Add event listener to be notified on playlist change and ready events<br />&nbsp;&nbsp;if &#40;AC_ERR_NOERROR<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;!= ac_add_event_listener&#40;SERVER_HOST, SERVER_PORT, 1800000, AC_EVT_PLCHANGE | AC_EVT_PLREADY&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;printf&#40;&#34;Failed to add listener, check that AMIP is running and Remote/API Server is enabled on specified port&#092;n&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;ac_uninit&#40;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;exit&#40;1&#41;;<br />&nbsp;&nbsp;}<br /><!--c2--></div><!--ec2--><br /><br />Using foobar2000 and 115 songs in the playlist, below is the output when running getplaylist:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />$ make clean<br />rm -f *.o *.exe ./Release/*.*<br />rmdir Release<br />$ make prepare<br />mkdir -p Release<br />cp ../Release/ac.lib ac.lib<br />cp ../Release/ac.dll ./Release/ac.dll<br />tools/reimp.exe ac.lib<br />rm -f ac.lib ac.def<br />mv libac.a ./Release/libac.a<br />$ make getplaylist<br />g++ -I&#34;../&#34; -mno-cygwin -fpermissive -fexpensive-optimizations -O3 -Os -fno-exce<br />ptions -Wno-error -w&nbsp;&nbsp; -c -o getplaylist.o getplaylist.cpp<br />g++.exe -I&#34;../&#34; -mno-cygwin -fpermissive -fexpensive-optimizations -O3 -Os -fno-<br />exceptions -Wno-error -w -L./Release -s -Wl -mno-cygwin getplaylist.o -lac -o ./<br />Release/getplaylist.exe<br />$ cd release<br />$ date;time getplaylist;date<br />Tue Mar 23 11&#58;36&#58;11 EDT 2010<br />Playlist cache is already in sync!<br />Failed to get playlist&#58; 3<br /><br />real&nbsp;&nbsp;&nbsp;&nbsp;0m0.516s<br />user&nbsp;&nbsp;&nbsp;&nbsp;0m0.015s<br />sys&nbsp;&nbsp;&nbsp;&nbsp; 0m0.015s<br />Tue Mar 23 11&#58;36&#58;11 EDT 2010<br />$<br /><!--c2--></div><!--ec2--><br /><br />As you can see getplaylist did not wait for the timeout value. I have no idea what else to try.<br /><br />Thanks, Jdh]]></description>
		<pubDate>Tue, 23 Mar 2010 18:44:26 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2235]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2235]]></guid>
		<description><![CDATA[<!--quoteo(post=2234:date=Mar 23 2010, 03&#58;14 AM:name=jdh)--><div class='quotetop'>QUOTE(jdh &#064; Mar 23 2010, 03&#58;14 AM) <a href="index.php?act=findpost&pid=2234"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />Yes, smaller playlists do work! So I did some testing:<ul><li>A playlist of 114 songs works - both using the 5000 or 1800000 timeout value.</li><li>A playlist of 115 songs fails - both using the 5000 and 1800000 timeout value!</li></ul>Btw: Tried this using iTunes and foobar2000, same results for both.<br /><br />Also, I would have expected that if this is a timeout issue that with the increase of the timeout the getplaylist program would wait longer before returning the error 3. However I see no noticable wait delay when using a 1800000 second timeout and using 3700+ songs or when using only 115 songs and a 5000 timeout.<br /><br />Thanks for taking the time and responding Serge!<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I guess you are setting timeouts in the wrong place, you should set the bigger timeout in the following function:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&nbsp;&nbsp;// Adds listener to AMIP, AMIP will notify host&#58;port about the events specified by flags<br />&nbsp;&nbsp;// until listener is removed or fail_count limit is reached. If notification fails<br />&nbsp;&nbsp;// fail_count times, AMIP automatically removes listener for the specified host&#58;port.<br />&nbsp;&nbsp;// AMIP keeps listeners even between restarts &#40;in plugin.ini file&#41;<br />&nbsp;&nbsp;int WINAPI ac_add_event_listener&#40;const char *host, int port, int timeout, UINT flags, UINT fail_count=1&#41;;<br /><!--c2--></div><!--ec2-->]]></description>
		<pubDate>Tue, 23 Mar 2010 11:49:03 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2234]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2234]]></guid>
		<description><![CDATA[<!--quoteo(post=2233:date=Mar 22 2010, 04&#58;21 AM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Mar 22 2010, 04&#58;21 AM) <a href="index.php?act=findpost&pid=2233"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />Does it work on small playlists?<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br />Yes, smaller playlists do work! So I did some testing:<ul><li>A playlist of 114 songs works - both using the 5000 or 1800000 timeout value.</li><li>A playlist of 115 songs fails - both using the 5000 and 1800000 timeout value!</li></ul>Btw: Tried this using iTunes and foobar2000, same results for both.<br /><br />Also, I would have expected that if this is a timeout issue that with the increase of the timeout the getplaylist program would wait longer before returning the error 3. However I see no noticable wait delay when using a 1800000 second timeout and using 3700+ songs or when using only 115 songs and a 5000 timeout.<br /><br />Thanks for taking the time and responding Serge!<br />]]></description>
		<pubDate>Tue, 23 Mar 2010 03:14:49 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2233]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2233]]></guid>
		<description>Does it work on small playlists?</description>
		<pubDate>Mon, 22 Mar 2010 11:21:06 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2232]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2232]]></guid>
		<description><![CDATA[<!--quoteo(post=2214:date=Mar 10 2010, 10&#58;49 AM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Mar 10 2010, 10&#58;49 AM) <a href="index.php?act=findpost&pid=2214"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />In case your playlist is large, it can timeout. Try increasing the timeouts.<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Thanks Serge,<br /><br />Yes the playlist is indeed lager, about 3700 songs. But even increasing the timeout to 1800000, i.e. 30 minutes, gives the same error 3, aka AC_ERR_CONNECTIONFAILED. I've changed the timeout on both ac_init_client and ac_init_client!<br /><br />I just have not found a way to make getplaylist work (on larger playlists)  <img src="http://amip.tools-for.net/board/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />Jdh]]></description>
		<pubDate>Mon, 22 Mar 2010 00:11:29 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2214]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2214]]></guid>
		<description>In case your playlist is large, it can timeout. Try increasing the timeouts.</description>
		<pubDate>Wed, 10 Mar 2010 17:49:45 +0300</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>getplaylist fails with iTunes v9</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2205]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=602&view=findpost&p=2205]]></guid>
		<description><![CDATA[Hi,<br /><br />I'm using AMIP SDK v1.4, but am unable to get a playlist when using iTunes v9. Even the supplied getplaylist example fails in:<br /><br />      int code = ac_get_pl();<br />      LeaveCriticalSection(&cs_list);<br />      if (code != AC_ERR_NOERROR) {<br />        printf("Failed to get playlist: %d&#092;n", code);<br /><br />It reports: Failed to get playlist: 3<br /><br />When using WinAmp or foobar2000 then getplaylist works just fine!<br /><br />Just wondering if I'm doing something wrong or if it simply does not work with iTunes v9.<br /><br />Thanks, Jdh]]></description>
		<pubDate>Sat, 20 Feb 2010 04:50:12 +0300</pubDate>
		<author>jdh</author>
	</item>
	<item>
		<title>Events list</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1750]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1750]]></guid>
		<description><![CDATA[nvm found amip with mbot integrated install:<br />amip_mirandaim.zip 	Miranda IM (automatic installer)<br />in downloads<br /><br />If anyone ever needs to use it with different protocols in miranda just add that protocol to the list in amip.php<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->// away message settings<br />$enabled&#91;'YAHOO'&#93;&nbsp;&nbsp;= false;<br />$enabled&#91;'GG'&#93;&nbsp;&nbsp;= true;<br />$enabled&#91;'MSN'&#93;&nbsp;&nbsp;&nbsp;&nbsp;= false;<br /><br />$status&#91;'YAHOO'&#93;&nbsp;&nbsp; = 'Currently playing&#58; %name';<br />$status&#91;'GG'&#93;&nbsp;&nbsp; = 'Currently playing&#58; %name';<br />$status&#91;'MSN'&#93;&nbsp;&nbsp;&nbsp;&nbsp; = '&#40;8&#41; %name';<br /><br /><br />$nostatus&#91;'YAHOO'&#93; = '';<br />$nostatus&#91;'GG'&#93;&nbsp;&nbsp; = '';<br />$nostatus&#91;'MSN'&#93;&nbsp;&nbsp; = '';<!--c2--></div><!--ec2--><br /><br />I think that should work for most if not all the protocols <br />You can enumerate them from mbot console by pasting this script<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->?&#62;$protocols=mb_SysEnumProtocols&#40;&#41;;<br />$echo=print_r&#40;$protocols, TRUE&#41;;<br />mb_echo&#40;$echo&#41;;<!--c2--></div><!--ec2--><br /><br />thanks for a nice plugins Sir!<br />Lucas]]></description>
		<pubDate>Thu, 09 Oct 2008 17:27:31 +0400</pubDate>
		<author>tobee</author>
	</item>
	<item>
		<title>Events list</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1749]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1749]]></guid>
		<description>Is there any workaround/different approach then?</description>
		<pubDate>Thu, 09 Oct 2008 16:55:05 +0400</pubDate>
		<author>tobee</author>
	</item>
	<item>
		<title>Events list</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1748]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1748]]></guid>
		<description><![CDATA[It's not possible to use callbacks in the PHP mbot scripts because PHP is single threaded.]]></description>
		<pubDate>Thu, 09 Oct 2008 16:51:43 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Events list</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1747]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=465&view=findpost&p=1747]]></guid>
		<description><![CDATA[As the title says. Can anyone point me a link or some sort of info about events that amip generates?<br />To be more specific I want to finish amip mbot script that will change away msg to currently played song.<br /><br />Thanks<br />Lucas<br /><br />edit:<br />found those in java files<br />public static final int AC_EVT_PLAY = 0x0001;<br />public static final int AC_EVT_START = 0x0008;<br />public static final int AC_EVT_CHANGE = 0x0080;<br />public static final int AC_EVT_PLCHANGE = 0x0100;<br />public static final int AC_EVT_PLREADY = 0x0200;<br />can you please tell me meaning of those?<br />not sure which one will be the proper one for my script]]></description>
		<pubDate>Thu, 09 Oct 2008 16:43:58 +0400</pubDate>
		<author>tobee</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1674]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1674]]></guid>
		<description><![CDATA[Holy ..... <img src="http://amip.tools-for.net/board/style_emoticons/default/ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /><br />Thanks dude <img src="http://amip.tools-for.net/board/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><br />Moving ac.dll to windows&#092;system32 worked <img src="http://amip.tools-for.net/board/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Your the best <img src="http://amip.tools-for.net/board/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />Heretic121]]></description>
		<pubDate>Fri, 01 Aug 2008 13:26:58 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1673]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1673]]></guid>
		<description><![CDATA[Nope, the quickest way is to put ac.dll in windows&#092;system32. PATH should include only directories, not files.]]></description>
		<pubDate>Fri, 01 Aug 2008 04:43:39 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1672]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1672]]></guid>
		<description><![CDATA[I'm not too good with adding things to PATH but my PATH now goes like this<br /><br />C:&#092;Program Files&#092;Nmap;C:&#092;Program Files&#092;PHP&#092;ac.dll<br /><br />This correct?<br />As for php_amip.dll i've added it to &#092;ext&#092;<br />and added &#092;etc&#092; to php.ini<br /><br />Heretic121]]></description>
		<pubDate>Fri, 01 Aug 2008 00:51:28 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1671]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1671]]></guid>
		<description>You should place php_amip.dll to the place where PHP has extensions installed. Also ac.dll must be in PATH so that it can be loaded by the server.</description>
		<pubDate>Fri, 01 Aug 2008 00:08:32 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1670]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1670]]></guid>
		<description><![CDATA[Yeh there was something in the server logs<br /><br /><a href="http://heretic121.pastebin.com/d145fb8b1" target="_blank"><a href="http://heretic121.pastebin.com/d145fb8b1" target="_blank">http://heretic121.pastebin.com/d145fb8b1</a></a><br /><br />I assume the extension isnt loading properly?<br />Any way of fixing this<br />I already have extension=php_amip.dll added to my php.ini file<br /><br />Heretic121]]></description>
		<pubDate>Thu, 31 Jul 2008 23:58:55 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1669]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1669]]></guid>
		<description><![CDATA[So the player and server are on the same machine and it work from the command line, but not from the server?<br /><br />Anything interesting in the sever logs? Are you sure the extension is loaded?]]></description>
		<pubDate>Thu, 31 Jul 2008 23:54:29 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1668]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1668]]></guid>
		<description><![CDATA[Yep<br />Machine: Windows XP SP2<br />PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)  &lt;--- Done using php -v]]></description>
		<pubDate>Thu, 31 Jul 2008 23:49:13 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1667]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1667]]></guid>
		<description>Same machine, same PHP version?</description>
		<pubDate>Thu, 31 Jul 2008 23:43:27 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1666]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1666]]></guid>
		<description><![CDATA[Ok as I thought I'm stuck again.<br />I want to have it so that whenever I load shownp.php it displays the currently playing song<br /><br /><a href="http://heretic121.pastebin.com/m374ea40e" target="_blank"><a href="http://heretic121.pastebin.com/m374ea40e" target="_blank">http://heretic121.pastebin.com/m374ea40e</a></a>  &lt;--- That is what shownp.php contains<br /><br />[edit] Just a side note: It displays fine in command prompt its just not being read properly in a browser[/edit]<br /><br />Am I going wrong anywhere?<br /><br />Thanks for any help <img src="http://amip.tools-for.net/board/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />Heretic121]]></description>
		<pubDate>Thu, 31 Jul 2008 23:35:34 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1664]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1664]]></guid>
		<description><![CDATA[Hehe I've just restarted iTunes and tried again and it seemingly works fine<br />I dunno maybe just a glitch <img src="http://amip.tools-for.net/board/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Thanks for the quick reply anyway<br />I'll probably come across more problems later on  <img src="http://amip.tools-for.net/board/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> <br /><br />Heretic121]]></description>
		<pubDate>Thu, 31 Jul 2008 22:55:52 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1663]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1663]]></guid>
		<description>Firewall? Server not enabled? Running on different port?</description>
		<pubDate>Thu, 31 Jul 2008 22:43:53 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Error connecting to AMIP Server (Using PHP)</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1662]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=442&view=findpost&p=1662]]></guid>
		<description><![CDATA[Hey there.<br />My problem is that I'm trying to use the example shownp.php script and well... Every time I get the error message above (The topic title)<br />Any ideas on why I'm getting this error message?<br /><br />Heretic121]]></description>
		<pubDate>Thu, 31 Jul 2008 21:51:24 +0400</pubDate>
		<author>Heretic121</author>
	</item>
	<item>
		<title>Help with output</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1659]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1659]]></guid>
		<description><![CDATA[<!--quoteo(post=1657:date=Jul 25 2008, 03&#58;03 PM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Jul 25 2008, 03&#58;03 PM) <a href="index.php?act=findpost&pid=1657"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />//describe $active np: %name [%min:%sec~m/%br~kbps/%sr~kHz]<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />Thank you kind Sir. =)]]></description>
		<pubDate>Fri, 25 Jul 2008 19:29:15 +0400</pubDate>
		<author>gnippit</author>
	</item>
	<item>
		<title>Help with output</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1657]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1657]]></guid>
		<description><![CDATA[//describe $active np: %name [%min:%sec~m/%br~kbps/%sr~kHz]]]></description>
		<pubDate>Fri, 25 Jul 2008 19:03:10 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>Help with output</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1656]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=440&view=findpost&p=1656]]></guid>
		<description><![CDATA[Hi. I am using AMIP with mIRC 6.31 and it works great.<br />I just did a mistake and managed to delete the output in options so I don't know what to write to make it work..  I want to have back the one saying: Song + [length/kbps/kHz]<br />It was displayed in the first tab.<br /><br />I tried to reinstall but that didn't work.<br /><br /> <img src="http://amip.tools-for.net/board/style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" />]]></description>
		<pubDate>Fri, 25 Jul 2008 18:19:27 +0400</pubDate>
		<author>gnippit</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1620]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1620]]></guid>
		<description><![CDATA[<!--quoteo(post=1619:date=Jul 7 2008, 03&#58;28 PM:name=VesQ)--><div class='quotetop'>QUOTE(VesQ &#064; Jul 7 2008, 03&#58;28 PM) <a href="index.php?act=findpost&pid=1619"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />But what if I'd like to have the ability to control AMIP through my PHP script? That won't work so easily <img src="http://amip.tools-for.net/board/style_emoticons/default/dry.gif" style="vertical-align:middle" emoid="&lt;_&lt;" border="0" alt="dry.gif" /><br /><!--QuoteEnd--></div><!--QuoteEEnd--><br />True, but in your original post you said that you wanted to receive info from AMIP. Sorry if I misunderstood.]]></description>
		<pubDate>Tue, 08 Jul 2008 06:42:17 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1619]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1619]]></guid>
		<description><![CDATA[<!--quoteo(post=1614:date=Jul 6 2008, 06&#58;54 AM:name=blert)--><div class='quotetop'>QUOTE(blert &#064; Jul 6 2008, 06&#58;54 AM) <a href="index.php?act=findpost&pid=1614"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->If you have direct access to it then you can easily use the text file integration by just saving "whatever.PHP" to the appropriate directory and set it to output something like this example...<br />...<br />If you have to log in (FTP, whatever) to make changes then you can still do the same thing but you will need something that can automatically upload to the server at an interval of your choice.<br /><!--QuoteEnd--></div><!--QuoteEEnd-->But what if I'd like to have the ability to control AMIP through my PHP script? That won't work so easily <img src="http://amip.tools-for.net/board/style_emoticons/default/dry.gif" style="vertical-align:middle" emoid="&lt;_&lt;" border="0" alt="dry.gif" /> <br />]]></description>
		<pubDate>Mon, 07 Jul 2008 23:28:56 +0400</pubDate>
		<author>VesQ</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1614]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1614]]></guid>
		<description><![CDATA[Out of curiosity...<br /><br />Do you have access to the directory on the server containing your php files via a share, or do you have to FTP (or whatever) to it?<br /><br />If you have direct access to it then you can easily use the text file integration by just saving "whatever.PHP" to the appropriate directory and set it to output something like this example...<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;?php<br />$npName = &#34;%name&#34;<br />?&#62;<br /><!--c2--></div><!--ec2--><br />You will get a PHP file that looks like this...<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;?php<br />$npName = &#34;Deftones - Digital Bath&#34;<br />?&#62;<br /><!--c2--></div><!--ec2--><br />You can then use the variable $npName anywhere you like.<br /><br />If you have to log in (FTP, whatever) to make changes then you can still do the same thing but you will need something that can automatically upload to the server at an interval of your choice.]]></description>
		<pubDate>Sun, 06 Jul 2008 07:54:01 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1604]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1604]]></guid>
		<description>Not very difficult as a prototype, but difficult as a standalone and compete application, as it will require an installer, an option to run as service, configuration UI, etc.</description>
		<pubDate>Thu, 03 Jul 2008 19:33:26 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1602]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1602]]></guid>
		<description><![CDATA[<!--quoteo(post=1601:date=Jul 3 2008, 02&#58;25 PM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Jul 3 2008, 02&#58;25 PM) <a href="index.php?act=findpost&pid=1601"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->If you are hosting your own sever with PHP on Windows, it's possible to install the PHP AMIP extension available in AMIP SDK distribution.<br /><!--QuoteEnd--></div><!--QuoteEEnd-->It's an UNIX server so it's not possible. <img src="http://amip.tools-for.net/board/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br /><!--quoteo(post=1601:date=Jul 3 2008, 02&#58;25 PM:name=Serge)--><div class='quotetop'>QUOTE(Serge &#064; Jul 3 2008, 02&#58;25 PM) <a href="index.php?act=findpost&pid=1601"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I'll probably release a separate server for accessing AMIP from pure sockets and other languages using simple APIs like SOAP or generic XML-RPC.<!--QuoteEnd--></div><!--QuoteEEnd-->That sounds great! Is it difficult for you to do / how long would that take (approximately)?]]></description>
		<pubDate>Thu, 03 Jul 2008 15:59:20 +0400</pubDate>
		<author>VesQ</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1601]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1601]]></guid>
		<description><![CDATA[It would be extremely hard as AMIP server is using the complex protocol provided by the Remote Method Invocation framework.<br /><br />I'll probably release a separate server for accessing AMIP from pure sockets and other languages using simple APIs like SOAP or generic XML-RPC.<br /><br />If you are hosting your own sever with PHP on Windows, it's possible to install the PHP AMIP extension available in AMIP SDK distribution.]]></description>
		<pubDate>Thu, 03 Jul 2008 15:25:52 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>PHP Socket functions</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1600]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=421&view=findpost&p=1600]]></guid>
		<description><![CDATA[Is it possible to use PHP socket functions to receive AMIP information?<br />I am able to connect to the AMIP server through PHP but I don't know what I need to send through sockets to get answers from AMIP server.<br /><br />P.S.<br />My english grammar may not be perfect, but I hope you can still understand what I'm looking for <img src="http://amip.tools-for.net/board/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Thu, 03 Jul 2008 15:10:36 +0400</pubDate>
		<author>VesQ</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1599]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1599]]></guid>
		<description>Not a problem at all. If I need to make more updates to it in the future just give me a shout.</description>
		<pubDate>Thu, 03 Jul 2008 05:30:01 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1598]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1598]]></guid>
		<description>Thanks, will be included in the next SDK update.</description>
		<pubDate>Thu, 03 Jul 2008 03:20:19 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1597]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1597]]></guid>
		<description>Ok, done. The package is attached.</description>
		<pubDate>Wed, 02 Jul 2008 21:42:50 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1596]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1596]]></guid>
		<description>You are correct sir. My playlist is massive. I cut it down and it works nicely.</description>
		<pubDate>Wed, 02 Jul 2008 19:43:02 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1595]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1595]]></guid>
		<description>Could be very large playlist, increasing timeouts may help.</description>
		<pubDate>Wed, 02 Jul 2008 12:40:09 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1594]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1594]]></guid>
		<description><![CDATA[Sorry this is taking so long but I can now only plink around with kinda stuff as it comes to me or as I have time.<br /><br />The updated component is done and works nicely. I'm having trouble with the example app though... ac_get_pl() is always resulting in an AC_ERR_CONNECTIONFAILED.<br /><br />Server is running, client is running, listener is running for all events, ac_get_pl() is fired via callback on receipt of AC_EVT_PLREADY.<br /><br />Any clues for me as why this might be?]]></description>
		<pubDate>Wed, 02 Jul 2008 07:21:36 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1593]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1593]]></guid>
		<description><![CDATA[Yes, it looks like you've mixed up the ports =) The second is correct.]]></description>
		<pubDate>Mon, 30 Jun 2008 13:23:49 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1592]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1592]]></guid>
		<description><![CDATA[Not a firewall issue, and Process Explorer shows listening on port 60334. Server settings in AMIP Configurator is set to 127.0.0.1:60334.<br /><br />I had the ports backwards in my code. <img src="http://amip.tools-for.net/board/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> Not sure how as this code worked last time I was mucking with it (long time ago).<br />Original code...<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&nbsp;&nbsp;&nbsp;&nbsp;// start server<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_init_server&#40;'127.0.0.1', 60334&#41; &#60;&#62; 1 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;//start client<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_init_client&#40;'127.0.0.1', 60333, 1000, 5, 1&#41; &#60;&#62; 1 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;//add event listener<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_add_event_listener&#40;'127.0.0.1', 60334, 1000, AC_EVT_ALL, 1&#41; &#60;&#62;&nbsp;&nbsp;C_ERR_NOERROR then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br /><!--c2--></div><!--ec2--><br />I switched the ports in the code to...<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&nbsp;&nbsp;&nbsp;&nbsp;// start server<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_init_server&#40;'127.0.0.1', 60333&#41; &#60;&#62; 1 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;//start client<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_init_client&#40;'127.0.0.1', 60334, 1000, 5, 1&#41; &#60;&#62; 1 then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br />&nbsp;&nbsp;&nbsp;&nbsp;//add event listener<br />&nbsp;&nbsp;&nbsp;&nbsp;if AMIPWrapper1.ac_add_event_listener&#40;'127.0.0.1', 60333, 1000, AC_EVT_ALL, 1&#41; &#60;&#62; AC_ERR_NOERROR then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br /><!--c2--></div><!--ec2--><br />...and all works great.<br /><br />After I run a few more tests and make some changes to the example app I will send you the updated component package.]]></description>
		<pubDate>Mon, 30 Jun 2008 04:46:38 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1591]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1591]]></guid>
		<description>Hi blert, nice to see you again. Can it be some firewall issue? Get the Process Explorer and check that player process is listening on the specified port for the client connections. Also check that the server part of your client application binds to the correct port and also listens to the player replies.</description>
		<pubDate>Sat, 28 Jun 2008 14:01:39 +0400</pubDate>
		<author>Serge</author>
	</item>
	<item>
		<title>SDK Delphi component</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1590]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=420&view=findpost&p=1590]]></guid>
		<description><![CDATA[Hello Serge. This is Chris, probably better known to you as blert. I wrote the Delphi7 component for your SDK. I've been MIA for a while but am slowly trying to get back into things.<br /><br />I came to download the latest and greatest versions of AMIP and the SDK and noticed that there have been some changes to the SDK that need to be applied to the Delphi component. I made all the changes and fired up my example application and the server is not loading. <img src="http://amip.tools-for.net/board/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Using FB2K v0.9.5.3 with all the latest AMIP stuff. All settings seem to be correct. Am I missing something that I have forgotten in my long absence?<br /><br />Update:<br />I commented out all server stuff from my example appication to test just client stuff and it seems none of it is working. Am I missing something in FB2K that I need to turn on?]]></description>
		<pubDate>Fri, 27 Jun 2008 21:54:18 +0400</pubDate>
		<author>blert</author>
	</item>
	<item>
		<title>Access AMIP socket server from *nix</title>
		<link><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=316&view=findpost&p=1358]]></link>
		<guid><![CDATA[http://amip.tools-for.net/board/index.php?showtopic=316&view=findpost&p=1358]]></guid>
		<description><![CDATA[Ah, nice, works great!<br /><br />Thanks,<br />Max]]></description>
		<pubDate>Wed, 02 Jan 2008 02:49:09 +0300</pubDate>
		<author>uplate</author>
	</item>
</channel>
</rss>