Wowza Community

creating and Launching WOWZA Moudle in eclipse IDE

I am new to wowza and want to create hello wowza module in eclipse but can not start wowza from eclipse.

what should be the main class in wowoza. Should I create like “void main()… in my project ?” I am following wowza user guide.

Error: Could not find or load main class com.wowza.wms.server.Server

any help from where to start with customize wowza module development and resolve this error.

Thanks.

Hello,

It looks like you might of not setup your Arguments Path.

Run dropdown> Run configurations> Arguments> VM arguments

Then add your path. For my Mac it’s set to this:

-Dcom.wowza.wms.ConfigHome=/Library/WowzaStreamingEngine

-Dcom.wowza.wms.AppHome=/Library/WowzaStreamingEngine

Then select run.

Here’s a great guide to get you going with code examples:

https://www.wowza.com/docs/wowza-streaming-engine-java-api

Regards,

JasonT