Reply To: Share dissapearing after 30 seconds in iTunes

#13024
rpedde
Participant

@digitalbanana wrote:

OK, i have just tried to totally turn off the firewall by doing:

iptables -P INPUT ACCEPT
iptables -P OUPUT ACCEPT
iptables -P FORWARD ACCEPT

Same happens…it will stream for 30 sec and die. Would this then be an issue with mt-daapd on the server, or a client issue?

I am using the latest of both: 2.2.4 of mt-daapd and 7.4.2 of itunes.

Cheers,

Then it’s not a firewall issue. It’s probably nic driver on the machine not seeing multicast traffic.

Try “ifconfig promisc eth0” (or whatever interface), and seeing if that works. If so, it’s a driver issue.