Wowza Community

What is KeepAliveTimeout ?

Docs:

HTTPTunnel/KeepAliveTimeout

This is the keep alive time for RTMPT, RTMPTE and RTMPS connections.

Current KeepAliveTimeout value is 2000. In seconds? in milliseconds?

We have disconnect problem in our application.

Usecase:

  1. Client connects to server in LAN.

  2. Waiting about 1 hour.

  3. Have disconnect.

2011-11-25 12:56:04 3078.218 DEBUG server comment - sessionClosed: send close

2011-11-25 12:56:04 3078.219 DEBUG server comment - sessionClosed: closeConnection: vhost:defaultVHost clientId:1722736675

2011-11-25 12:56:04 1.033 INFO session disconnect 1722736675 -

Can we tune the server to avoid this disconnect?

I think this thread is relevant and info is current:

http://www.wowza.com/forums/showthread.php?12416-RTSP-RTP-Tunneling-Timeout

Richard

It is milliseconds. I’m not sure if it will resolve your issue, but try and see

Richard

Thanks,

I read the thread.

My questions:

  1. What is KeepAliveTimeout?

  2. In seconds or in milliseconds? (not clear form configuring guide).

  3. Can it resolve my issue?