|
jem_plugin_service_www
This page describes the WWW Service plugin.
Phase-Deploy IntroductionThis plugin provides a basic (read: very basic) web interface for streaming and viewing media. ConfigurationThis plugin is set up in the modules section of the JemsConfig.xml file. <?xml version='1.0' encoding='utf-8'?>
<jems>
<modules>
...
<module name="WWW Server" class="net.kodeninja.jem.server.www.WWWService">
<port>80</port>
</module>
...
</modules>
<services>
...
<service module="WWW Server"/>
...
</services>
...
</jems>Figure 1.1 - Sample module definition Note: This service requires an entry in the services section. Legend:
|