|
jem_plugin_service_dmap
This page describes the DMAP Service plugin.
Phase-Deploy IntroductionThis plugin servers out audio and video to DAAP capable clients (ie. iTunes, FrontRow) and pictures out to DPAP capable clients (ie. iPhoto, FrontRow) 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="DMAP Server" class="net.kodeninja.jem.server.DMAP.DMAPService">
<servicename>JemServer</servicename>
<port>3689</port>
<transcode>video/x-ms-wmv</transcode>
<transcode>video/avi</transcode>
<transcode>video/mpeg</transcode>
</module>
...
</modules>
<services>
...
<service module="DMAP Server"/>
...
</services>
...
</jems>Figure 1.1 - Sample module definition Note: This service requires an entry in the services section. Legend:
|