I like using the "Bonjour" bookmarks on my Safari browser; On a mac, SC
registers automatically the service it provides, and a "Squeezecenter"
item appears automatically in the Bonjour bookmarks when SC is up.
My main server being a linux machine I added this static configuration
to Avahi, (in /etc/avahi/services/squeezecenter.service) for the same
result:<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Squeezcenter on %h</name>
<service>
<type>_http._tcp</type>
<port>9000</port>
<txt-record>path=/</txt-record>
</service>
<service>
<type>_slimhttp._tcp</type>
<port>9000</port>
</service>
<service>
<type>_slimcli._tcp</type>
<port>9090</port>
</service>
</service-group>
I mention this because I couldn't find reference to this in the forum
(quick search) or the wiki.
BTW, does anyone knows of a Zeroconf/bonjour plugin for Firefox ?


-- 
epoch1970
------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=55418

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to