Wowza Community

Reconnect timeout configuration for push publishing

I use Wowza server as RTMP publish server. When target server is running, wowza works very well.

But, target is unstable and restarts very often.

When target is down, RTMP publish retry interval is fixed to 60 seconds after 5~6 retries.

If target server is recovered after retry, it receives RTMP stream after 60 seconds.

I want to reduce this interval below 60 seconds (e.g. 10 seconds?), though retry count will be increased :frowning:

How can I configure it?

Hi,

The retry periods are managed internally. The algorithm is set so as not to flood a remote destination with constant attempts to reconnect.

Paul