ELC Technologies  /  
To use this application you need the Adobe Flash Player

Setting up a Flash Media Server on EC2 (CentOS)

By Cary Dunn / October 14, 2008

Windows Server? Yeah right. Redhat? No thanks. It may not be “supported” by the Flash Media Server, but by installing a few libraries you can get one up and running on CentOS in a few minutes…

yum install compat-libstdc++-296.i386
yum install compat-libstdc++-33.i386
cd /lib
ln -s libcrypto.so.*** libcrypto.so.4
ln -s libssl.so.*** libssl.so.4

Might be useful if trying to deploy on EC2 for instance…



0 Comments

Interesting post?  Show some love and post a comment!
Using pieces of this code?  Post a link!
Just_dude
Evaluate this: puts 'i rock'



You can add code to your post by putting it in a tag like so <code language="ruby">code...</code>