Hello,

For testing I have my Flash application call a function in my Red5  
application that runs a C program in linux shell. This process takes  
1-3 minutes usually... When it finishes it should return a special  
code back to the flash application... But it doesn't because,  
apparently, Red5 sees the connection as "inactive", or something, and  
disconnects the app. As a result I see lines like these on Red5's pipe:

...
[WARN] 797782 DefaultQuartzScheduler_Worker-9: 
( org.red5.server.net.rtmp.RTMPConnection.execute ) Closing  
RTMPMinaConnection from 24.10.23.192:48886 to 63.247.65.154 (in:  
3555, out: 3295) due to too much inactivity (1187774923823).
[WARN] 798223 DefaultQuartzScheduler_Worker-10: 
( org.red5.server.net.rtmp.RTMPConnection.execute ) Closing  
RTMPMinaConnection from 24.10.23.192:48887 to 63.247.65.154 (in:  
3555, out: 3295) due to too much inactivity (1187774924266).
[WARN] 919300 DefaultQuartzScheduler_Worker-5: 
( org.red5.server.net.rtmp.RTMPConnection.execute ) Closing  
RTMPMinaConnection from 24.10.23.192:48888 to 63.247.65.154 (in:  
3503, out: 3295) due to too much inactivity (1187775045343).
...

How can I keep my Red5 app from disconnecting from my flash app? Do I  
need to somehow ping Red5 in my flash app ever so often? If so, how  
often, and how do I do this?

-Luke

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to