<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Flash Media Server and using RemoteId</title>
	<atom:link href="http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id</link>
	<description>Opensource initiative by Dutch interactive agency dpdk.</description>
	<pubDate>Wed, 08 Sep 2010 01:26:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: multiuser as3 framework for flash media server and red5 at dpdk Open Source</title>
		<link>http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id#comment-86</link>
		<dc:creator>multiuser as3 framework for flash media server and red5 at dpdk Open Source</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.depannekoekendekale.nl/opensource/?p=73#comment-86</guid>
		<description>[...] and does not need to be hard, we&#8217;ll try to get you up and running with fms in this post.  In an earlier post we already wrote something about coding for the flash media server (fms). Now, we have also provided a mini flash media server framework, that gives you lots of [...]</description>
		<content:encoded><![CDATA[<p>[...] and does not need to be hard, we&#8217;ll try to get you up and running with fms in this post.  In an earlier post we already wrote something about coding for the flash media server (fms). Now, we have also provided a mini flash media server framework, that gives you lots of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkjhkjhjhkjhkjj</title>
		<link>http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id#comment-38</link>
		<dc:creator>jkjhkjhjhkjhkjj</dc:creator>
		<pubDate>Fri, 17 Apr 2009 08:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.depannekoekendekale.nl/opensource/?p=73#comment-38</guid>
		<description>kjhjkj</description>
		<content:encoded><![CDATA[<p>kjhjkj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Vreijdenberger</title>
		<link>http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id#comment-22</link>
		<dc:creator>Rolf Vreijdenberger</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.depannekoekendekale.nl/opensource/?p=73#comment-22</guid>
		<description>Hi Ercan,

that's right, thanks for noticing.
Whenever the flash media server is targetting a specific flash client is does so via the fms Client object. 
THe correct code is below, as we are also able to pass a responder object (null in this case).
client.call('setRemoteId', null, client.remoteId);

I'll update the article :)</description>
		<content:encoded><![CDATA[<p>Hi Ercan,</p>
<p>that&#8217;s right, thanks for noticing.<br />
Whenever the flash media server is targetting a specific flash client is does so via the fms Client object.<br />
THe correct code is below, as we are also able to pass a responder object (null in this case).<br />
client.call(&#8217;setRemoteId&#8217;, null, client.remoteId);</p>
<p>I&#8217;ll update the article <img src='http://www.dpdk.nl/opensource/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ercan Bozoglu</title>
		<link>http://www.dpdk.nl/opensource/flash-media-server-and-using-remote-id#comment-21</link>
		<dc:creator>Ercan Bozoglu</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.depannekoekendekale.nl/opensource/?p=73#comment-21</guid>
		<description>Is this right?

application.onConnect = function(client){
  //increase some application id and set it on the Client object
  client.remoteId = ++application.ID;
  //store an easy reference to the client for quick lookup
  clients[client.remoteId] = client;
  //accept the connection
  application.acceptConnection(client);
  //send the remoteId to the flashclient, so the client knows who he is
  --&#62; client.setRemoteId(client.remoteId);
  // Ercan this must be
  client.call("setRemoteId",client.remoteId); // ??
}</description>
		<content:encoded><![CDATA[<p>Is this right?</p>
<p>application.onConnect = function(client){<br />
  //increase some application id and set it on the Client object<br />
  client.remoteId = ++application.ID;<br />
  //store an easy reference to the client for quick lookup<br />
  clients[client.remoteId] = client;<br />
  //accept the connection<br />
  application.acceptConnection(client);<br />
  //send the remoteId to the flashclient, so the client knows who he is<br />
  &#8211;&gt; client.setRemoteId(client.remoteId);<br />
  // Ercan this must be<br />
  client.call(&#8221;setRemoteId&#8221;,client.remoteId); // ??<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
