Everything on this site comes without any warranty!
Pinnacle Showcenter 200 with oxylbox
Submitted by admin on Thu, 05/25/2006 - 15:09
If you want your showcenter to automatically find your oxylbox webserver, then you have to install avahi-daemon, and create a file:
/etc/avahi/services/difi.service file with the following content:
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- See avahi.service(5) for more information about this configuration file -->
<service-group>
<name replace-wildcards="yes">Oxylbox on %h</name>
<service>
<type>_difi._tcp</type>
<port>8000</port>
</service>
</service-group>
8000 is the port number of the apache instance of your oxylbox server.