Wowza Community

Java api plugin

Hello. I set up to do development, but I can’t proceed because the module is not recognized. Please help.

image

Did you compile your module into a jar, drop it into /lib, and restart your server?

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

Thanks for answering.
It was developed with the wowza project, and it was confirmed that there are files in the lib folder.
Should I restart the server or just the application?
Here is what I did.

  1. Install wowza developer version
  2. Application setting
  3. eclipse installation
  4. eclipse extend tool(wowza)
  5. wowza project

Did you compile the java code and package it as a jar file and deploy that to <WSE_INSTALL>/lib ?

Thanks for the answer.
When I changed my development environment to administrator and proceeded, it works normally.