<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gepatto Blog &#187; ServerSide</title>
	<atom:link href="http://blog.gepatto.nl/category/serverside/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gepatto.nl</link>
	<description>Who needs a tagline anyway?</description>
	<lastBuildDate>Mon, 17 May 2010 13:34:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The new arduino Experiment update</title>
		<link>http://blog.gepatto.nl/2009/05/19/the-new-arduino-experiment-update/</link>
		<comments>http://blog.gepatto.nl/2009/05/19/the-new-arduino-experiment-update/#comments</comments>
		<pubDate>Tue, 19 May 2009 21:34:02 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=114</guid>
		<description><![CDATA[Here&#8217;s my latest Arduino Experiment. It&#8217;s an arduino decimila board with a special shield designed by my friend Ivo Noorhoff. The shield replaces the remote control for one or more Philips Living Color Lamps. in this Example I&#8217;m taking the center 80&#215;60 pixel of a webcam image an getting the average color. I&#8217;m sending this [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my latest Arduino Experiment.<br />
It&#8217;s an arduino decimila board with a <a href="http://www.knutsel.org/nl/2009/02/01/assembleren-van-het-cc2500-arduino-shield/" target="_blank">special shield designed by my friend Ivo Noorhoff.</a><br />
The shield replaces the remote control for one or more Philips Living Color Lamps.</p>
<p>in this Example I&#8217;m taking the center 80&#215;60 pixel of a webcam image an getting the average color.<br />
I&#8217;m sending this color (if changed from the last sample) once every second to a wowza-media server app on my server that has the arduino board attached. (the server is close enough to a living colors lamp !!)<br />
[ Now all it needs is some proper error handling.. ]</p>
<p>Et voila! Remote Controled Ambient lighting.</p>
<p>I&#8217;ll try to get a video up soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2009/05/19/the-new-arduino-experiment-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flashpolicyd for Centos</title>
		<link>http://blog.gepatto.nl/2008/08/12/flashpolicyd-for-centos/</link>
		<comments>http://blog.gepatto.nl/2008/08/12/flashpolicyd-for-centos/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:17:25 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=60</guid>
		<description><![CDATA[Running your own server and doing socket connections in flash? Then you need a flash-policy server. I tried the one on adobe devnet but it seems to require python 2.5 I found this one that runs fine on centos 5.2 http://www.devco.net/pubwiki/FlashPolicyd]]></description>
			<content:encoded><![CDATA[<p>Running your own server and doing socket connections in flash?</p>
<p>Then you need a flash-policy server.<br />
I tried the one on adobe devnet but it seems to require python 2.5</p>
<p>I found this one that runs fine on centos 5.2</p>
<p><a title="FlashPolicyd server" href="http://www.devco.net/pubwiki/FlashPolicyd" target="_blank">http://www.devco.net/pubwiki/FlashPolicyd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2008/08/12/flashpolicyd-for-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FMS on Fedora Core 6</title>
		<link>http://blog.gepatto.nl/2007/01/24/fms-on-fedora-core-6/</link>
		<comments>http://blog.gepatto.nl/2007/01/24/fms-on-fedora-core-6/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 10:29:42 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/2007/01/24/fms-on-fedora-core-6/</guid>
		<description><![CDATA[I upgraded my develoopment-server to Fedora Core 6 , so I had to reinstall some apps. Getting Flash Media Server to run on FC4 wasn&#8217;t easy so I knew trying the same on FC6 would also be a challenge. Here&#8217;s what I got so far. Get the latest version of FMS from adobe. flashmediaserver2.tar.gz unpack [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my develoopment-server to Fedora Core 6 , so I had to reinstall some apps.<br />
Getting Flash Media Server to run on FC4 wasn&#8217;t easy so I knew trying the same on FC6 would also be a challenge.<br />
Here&#8217;s what I got so far.</p>
<p>Get the latest version of FMS from adobe.<br />
<a href="http://download.macromedia.com/pub/flashmediaserver/updates/2_0_4/linux/flashmediaserver2.tar.gz">flashmediaserver2.tar.gz</a><br />
unpack and change into the &#8216; FMS_2_0_4_r79_linux&#8217;  dir<br />
install with:<br />
<code>./installFMS -platformWarnOnly</code></p>
<p>Don&#8217;t choose to start the server, cause your (probably) missing some some symbolic links<br />
get openssl097a<br />
<code>yum install openssl097a-0.9.7a-9</code></p>
<p>now you should be able to start fms.</p>
<p>If it doesn&#8217;t work, try running fmsmanager in de fms directory<br />
<code>./fmsmanager &#038;</code><br />
and see if it throws any errors</p>
<p>Happy streaming</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2007/01/24/fms-on-fedora-core-6/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Getting Red5_04 to work on Fedora Core 4</title>
		<link>http://blog.gepatto.nl/2006/04/26/getting-red5_04-to-work-on-fedora-core-4/</link>
		<comments>http://blog.gepatto.nl/2006/04/26/getting-red5_04-to-work-on-fedora-core-4/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 13:45:26 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Red5]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=23</guid>
		<description><![CDATA[Ok, It took me a while te get Red5 v04 to work on Fedora Core 4, so I thought I&#8217;d share. [update: also works for version 0.5] First of all, you will need to get the sun 1.5 jdk&#8230; The jdk that comes with fc4 will not work!!! You can find the instructions to get [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, It took me a while te get Red5 v04 to work on Fedora Core 4, so I thought I&#8217;d share.</p>
<p><strong>[update: also works for version 0.5]</strong></p>
<p>First of all, you will need to get the  sun 1.5 jdk&#8230;  The jdk that comes with fc4 will not work!!!<br />
You can find the instructions to get and install the <a title="Installing sun 1.5 jdk on Fedora Core 4" target="_blank" href="http://fedoranews.org/mediawiki/index.php/JPackage_Java_for_FC4">sun 1.5 jdk here</a>.</p>
<p>Next up: installing apache ant.<br />
Dont bother trying to get apache ant via yum&#8230; It won&#8217;t work..<br />
Follow <a title="Installing Apache Ant" target="_blank" href="http://ant.apache.org/manual/install.html#installing">these instructions.</a></p>
<p><a title="Add a directory to you path variable" href="http://www.troubleshooters.com/linux/prepostpath.htm">dont&#8217; forget to add</a> the dir (I use /urs/local/bin/) where you put the ant file to your path.</p>
<p><span style="font-weight: bold">Ow, and don&#8217;t forget to stop FMS if you have it running, or change the ports for either FMS or Red5</span><br />
(thnx Jay, for reminding me)<br />
And adjust your router settings to forward the rtmp ports</p>
<p>This should do the trick,<br />
Happy Experimenting!</p>
<p><a target="_blank" href="/doc/install_red5_fc4.htm">get the onepage instructions here  </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2006/04/26/getting-red5_04-to-work-on-fedora-core-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got FMS2 Talking to Jabber</title>
		<link>http://blog.gepatto.nl/2005/12/13/got-fms2-talking-to-jabber/</link>
		<comments>http://blog.gepatto.nl/2005/12/13/got-fms2-talking-to-jabber/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 20:41:26 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=15</guid>
		<description><![CDATA[It took me a while, but I finally got Flash Media Server 2 talking to Jabber. It still a very unintelligent piece of code that just sends a message to my jabberaccount saying that My FMS-App just started. But this could be the start of a notification / control tool.]]></description>
			<content:encoded><![CDATA[<p>It took me a while, but I finally got Flash Media Server 2 talking to Jabber.<br />
It still a very unintelligent piece of code that just sends a message to my jabberaccount saying that My FMS-App just started.<br />
But this could be the start of a notification / control tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2005/12/13/got-fms2-talking-to-jabber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Media Server on FC4</title>
		<link>http://blog.gepatto.nl/2005/12/12/flash-media-server-on-fc4/</link>
		<comments>http://blog.gepatto.nl/2005/12/12/flash-media-server-on-fc4/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 20:46:09 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Combining Technologies]]></category>
		<category><![CDATA[Flash & More]]></category>
		<category><![CDATA[ServerSide]]></category>

		<guid isPermaLink="false">http://blog.gepatto.nl/?p=13</guid>
		<description><![CDATA[Finally got Flash Media Server 2 to work on Fedora Core 4]]></description>
			<content:encoded><![CDATA[<p>While installing Flash Media Server 2 on Fedora Core 4 with the -platformWarnOnly option didn&#8217;t produce any errors,<br />
it refused to actually run.  So I statted a <a href="http://http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=578&#038;threadid=1090584&#038;enterthread=y">topic</a> on the Adobe (formerly Macromedia) Flash Media Server forum.<br />
The first reply solved my Problem, thnx MIBTwo<br />
FMS2 needs libssl.so.4 and libcrypto.so.4<br />
Both not present on FC4. Linking the current versions of the two libraries solves the problem.</p>
<p>So if you want to install Flash Media Server 2 on Fedora Core 4,  here&#8217;s what you do:</p>
<p>1. get the fms2 package from Adobe [Macromedia]<br />
2. unpack<br />
3. move into the unpacked directory (FMS_2_0_r1145_linux)<br />
4. install using <code>./installFMS -platformWarnOnly</code><br />
5. fill in details , say no to&#8217; run FMS after install&#8217;<br />
6. After installation change dir to /lib<br />
7. Make symbolic link <code>ln -s libssl.so.0.9.7f libssl.so.4</code><br />
8. Make another  symbolic link <code>ln -s libcrypto.so.0.9.7f libcrypto.so.4</code><br />
9. Start FMS <code>service fms start</code><br />
10. You&#8217;re Laughing</p>
<p>Happy streaming</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gepatto.nl/2005/12/12/flash-media-server-on-fc4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
