Archive for the ‘Java’ Category
RTMP – microphone and camera access on J2ME Lite
Just happened to bump on a site today, that offers RTMP api for J2ME. The Api lets J2ME play back streaming video /audio from RTMP servers. The best part is that it even allows publishing from camera/mic to RTMP server. That is something flash lite is really missing on. Although the Api is really priced [...]
February 4, 2010
Posted in: Flash Lite, Java, Mobile
6 Comments
Red5 to mysql without JDBC
In this tutorial we see how to connect to a mysql database, regardless of whether you have access to JDBC adapter on your Red5 running server. Definitely JDBC would be faster, but this method will get you across just fine in any Red5 project involving databases.
Since we wont be using Java way of connecting to [...]
December 22, 2009
Posted in: Java, Php, RTMP, Red5
No Comments
Handling application stop event in tomcat based red5 compilations
As you would know red5 is a media server package, which runs on top or other server cores  like Tomcat and Jetty.  There are few minor differences , hence in the way both compilations handle events and behaviors. The one we will be talking about here is specifically the “appStop” event. The “appStop” is suppose to fire off whenever the application stops/shuts down. The [...]
December 5, 2009
Posted in: Java, Red5
No Comments

