FMS 3.5, fixing timeouts reported by fmscheck
Hello,
I have a script that runs fmscheck every 5 minutes against my FMS 3.5 for checking server status. In the past, some of the applications stopped working randomly and this scripts reboots server if it finds that application doesn't work.
This has worked flawlessly for almost a year, but recently I started to get alerts showing that script is getting timeouts.
This is the log when script timeouts. Timeout is always in the same point, not when publishing / unpublishing, but right after connection:
#Version 1.0.0 r15
#2011-02-04 17:56:01
#Software: Adobe Flash Media Server Check 1.0.0 r15
#2011-02-04
#Fields: date time x-event x-sname
2011-02-04 17:56:01 Connect rtmp://localhost:1935/audiotest
2011-02-04 17:56:01 NetConnection.Connect.Success Connection succeeded.
2011-02-04 17:56:01 Success StreamCreated
2011-02-04 17:56:01 Success StreamCreated
2011-02-04 17:56:17 Timeout -
And this is the exact line used in fmscheck:
./fmscheck --host localhost --port 1935 --app appname --publish foo --pubfile sample.flv --logfile fmscheck.log
I am worried that if fmscheck is getting timeouts, some of my users may be getting timeouts too..
May this error be related with the number of concurrent users ?
Any hints on how can I locate the cause and / or what values on config file may help to reduce timeouts ?
Thanks !
