How to disconnect idle Flash RTMP clients
Published on 10-02-2010 04:14 AM
Number of Views: 5999
This package includes a module for automatically disconnecting idle clients. It monitors the server side NetStream objects attached to a IClient object. If no data is flow in/out of the NetStream object for a duration greater than the idleDisconnectTimeout timeout value, the client is disconnected. The default timeout is set to 10 minutes. This module does not deal with any other data that might be flowing across the NetConnection such as shared objects or remote procedure calls. The source code has been included so that it can be modified to suite other application timeout heuristics.
IdleDisconnect.zip
Wowza Media