Wowza Community

RTMPS Ingest Issues

Hello,

I’m having issues with RTMPS ingest. Note that it works fine for a period of time and eventually fails with unpublish and disconnect messages in the logs. Also note that RTMP works fine with no issues. I’m curious if anyone else has experienced similar problems.

Wowza Server Version: 3.5.0 (I realize this is old and we are in the process of upgrading)

CPU, Memory, and Disk are well with acceptable parameters.

Debugging SSL:

Is there anything that can be done to debug the SSL connections beyond these settings?

  1. This property, sslLogProtocolInfo, will output SSL certificate information on server startup.
  • Where: [install-dir]/conf/Server.xml in the Properties section at the bottom of the file.
  • What:
  • sslLogProtocolInfo
  • true
  • Boolean
  1. In addition to the above, it’s also useful to debug connections (or attempts) from clients trying to leverage the SSL.
  • Where: [install-dir]/conf/VHost.xml in the Properties section at the bottom of the file.
  • What:
  • sslLogConnectionInfo
  • true
  • Boolean

When things go bad I see the following repeating pattern in the wowza_access logs every 5-10 seconds.

  • connecting-pending
  • connect
  • publish
  • unpublish
  • disconnect

Thanks in advance for any help.

Jeremy