A technical demonstration of a motion sensing surveillance system made using Adobe Flash and the Red5 media server. The system records video when motion is...
The Red5 Developer Series, led by co-project manager and senior engineer on the acclaimed Red5 oss project, covers a vast amount of information related to...
Create Flash Client app (swf) to access Red5 server app. HERE IS THE CODE: import flash.net.NetConnection; import flash.net.Responder; var nc:NetConnection = new NetConnection(); nc.connect("rtmp://localhost/testapp"); nc.addEventListener(NetStatusE...