Wowza Community

Can't see errors in wowza when there is compilation problem

Hello,

A problem I often meet with Wowza is that it is hiding errors when, for example, you have put a wrong version of a jar (I speek about wowza module development) that doesn’t implement some new methods that you call in your custom wowza module. Wowza says nothing and you loose lot of time trying debugging something that doesn’t have bug…

Do you know a solution for this problem, is there a way show these kind of errors ?

Nicolas

Hi Nicolas,

You can add debug logs that indicate which module version you are using. For example, a best practice guide is to add an onAppStart log event that lists your module name and the version number. This would tell you that Wowza is loading your class correctly for that application instance, and which version it is recognizing.

Michelle