After installing Red5 you will have HTTP server on port 5080 (it is the default value, but you can change it during install). You can find there sample named Publisher. It uses Red5 sample application oflaDemo. In this post I’ll tell you how to write something simple like that sample. Continue reading »
First I’ve encountered this problem some days ago. In fact, this is not a problem. You just need too understand the situation. The stage property is an instance of Stage class and every Stage object has it, but only when it is added to stage with addChild() method. It means that we need to listen when has been added to stage our object. Continue reading »