Reply To: Rhythmbox doesn’t see Firefly share

#10614
Anonymous
Inactive

Unfortunately I can’t get this to work. I’m guessing it’s the avahi-daemon that is causing the problem.

This morning it streamed for 1.5 hours succesfully from my Ubuntu box to my mac but then dropped and now the mac refuses to see it. This tells me it is not a firewall or mt-daapd.conf problem, correct???

ip tables:

sudo cat /etc/firestarter/user-pre
$IPT -A INPUT -p udp –dport 5353 -d 224.0.0.251 -j ACCEPT
$IPT -A OUTPUT -p udp –dport 5353 -d 224.0.0.251 -j ACCEPT

I also have allowed the IP address of my mac, and opened 3689 and 5353 to everyone.

mt-daapd.log:

cat /var/log/mt-daapd.log
2008-09-07 16:32:54 (b709b6c0): Firefly Version svn-1696: Starting with debuglevel 2
2008-09-07 16:32:54 (b709b6c0): Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
2008-09-07 16:32:54 (b709b6c0): Plugin loaded: daap/svn-1696
2008-09-07 16:32:54 (b709b6c0): Plugin loaded: ssc-ffmpeg/svn-1696
2008-09-07 16:32:54 (b709b6c0): Plugin loaded: rsp/svn-1696
2008-09-07 16:32:54 (b709b6c0): Starting rendezvous daemon
2008-09-07 16:32:54 (b709b6c0): Starting signal handler
2008-09-07 16:32:54 (b709b6c0): Initializing database
2008-09-07 16:32:55 (b709b6c0): Starting web server from /usr/share/mt-daapd/admin-root on port 3689
2008-09-07 16:32:55 (b709b6c0): Registering rendezvous names
2008-09-07 16:32:55 (b709b6c0): Serving 9549 songs. Startup complete in 1 seconds

One thing I notice is that on the firefly page (which I can access from my mac) the Bonjor server is listed as stopped.

ARRGGGFHH!H!!! How do I find out the cause of my problem and fix this?