NetConnection.Connect.IdleTimeOut every 10 minutes?
Am publishing a live stream from server to server per:
Here's the path my data is taking:
Encoder =======>FMS1(my server) republish ========>CDN========>viewing client
I noticed that about every 10 minutes or so the stream would seem to go down.
Looking at the logs at my FMS, I see that the application instance there is unloaded every 10 minutes like clockwork. Message reads "Instance _definst_ is shutdown by the script... Unloaded application instance _definst_." This is preceeded by the "NetConnection.Connect.IdleTimeOut" message.
During the 10 minutes inbetween, the stream displays fine on the viewer.
The live docs say this message means "the publisher of the stream is idle and not transmitting data." But the encoder is still encoding and transmitting data when this occurs. What's causing this IdleTimeOut message?
