Posts Tagged ‘ red5 ’
The issue is In Red5 different scope handlers triggered by universal events (such as a client disconnecting) will be invoked depending on whether or not the universal event applies to the application scope (the root scope) or a child scope. For instance, if a client disconnects from the application, this will call the appStop, appLeave and [ READ MORE ]
For future reference, (and for the benefit of the worldwide interwebs), I thought I’d share the directory structure I use for my Red5 applications; it’s fairly standard but there’s not an overwhelming amount of documentation out there. (It’s based on the examples at http://code.google.com/p/red5/source/browse/java/example/trunk/). Source folder -> src -> libs -> www -> WEB-INF -> classes -> logback-APPLICATION_NAME.xml -> lib -> red5-web.properties -> red5-web.xml -> web.xml The [ READ MORE ]