Hello, I am running a Red5 application that is just a slight extension of OflaDemo. I added authentication code to the appConnect method of Application.java that queries a web service on a remote server. But the authentication code occasionally takes over 5 seconds to complete if the remote server is busy.
When the authentication code takes over 5 seconds, the red5.log produces "Closing connection <snip...> due to too much inactivity." I tried upping the rtmp.ping_interval in red5.properties from 5000 to 15000 and the closed connections were still happening when authentication took longer than 5 seconds. Question: do you think it would be better in my case to create a separate authentication method and call it directly from flash? I never have a problem connecting when the authentication returns promptly. Or, preferably, is there a way I could get this working by tweaking red5 settings? I'm running v0.6.2 as a Windows service. Thanks for any assistance!!! I'm eager to launch this app. -Travis _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
