Explore
Topics
Recent Comments
- I had checked, and tested a lot of time. It work well and flexible on IE, FF, and Chrome *But, in Chrome...
Phong Tran
- hi! i am working with cascades and i would like to use a hands detector and apply a kalman filter to follow...
rachel
- Hi Cary, Cool work, I would like to get the XML file and codes can you email to me please at sheryzo@gmail.com....
Sha
- I had checked, and tested a lot of time. It work well and flexible on IE, FF, and Chrome *But, in Chrome...
Related Posts
RightSignatureRightSignature makes it simple to get documents signed online.
Create a free account in seconds, upload your document, and enter recipient information. RightSignature manages the entire process, providing you regular updates as each party views and signs your document.
Setting up a Flash Media Server on EC2 (CentOS)
Windows Server? Yeah right. Redhat? No thanks. It may not be #8220supported#8221 by the Flash Media Server, but by installing a few libraries you can get one up and running on CentOS in a few minutes#8230
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#8230