Blog Posts on red5




Percent:
 
Distinct:
 


Problem with Red5 - SLF4JLogFactory does not implement LogFactory by Creek Codes on Jul 8, 2010I'm currently working on a team of more at least 16 developers -- the largest team I worked with on a very complicated project. The setup is a central J2EE application that runs on JBoss, web application that written in PHP (powered by Apache web se...



Using PHP with Red5 by Creek Codes on Jul 2, 2010The default installation of Red5 doesn't include support for PHP. And since Red5 is ran by Tomcat, this means we need Tomcat to handle PHP. I found a tutorial that requires you to recompile Tomcat with PHP enabled. Tedious task for a simple need of...



Red 5: Fixing NetConnection.Connect.InvalidApp Error by Creek Codes on Jun 21, 2010Are you having problem connecting to your Red5 server? Is the error message, NetConnection.Connect.InvalidApp? This happened to me too. Sadly, there was no available help online -- but there is now. ^^ This error occurs when your Flash application...



AS3 and Red5 by Creek Codes on Mar 21, 2010There seem to be not enough documentation about Red5 and AS3, especially on properly creating a new application, so I thought of writing one. SOSampleAS3 is a simple Remote SharedObject demo app.The code is a modified Red5's SOSample demo which...