Hi,
I have problems to open an multicast socket in Erlang to receive messages:
88> gen_udp:open(5353,[{reuseaddr, true}, {ip,{224,0,0,251}},{multicast_ttl,4},{multicast_loop,false},binary]).
{error,eaddrnotavail}
I checkt diffrent IP addresses and ports and the option {active, false}, but nothing helps. What could be the reason?
Thanks, Matthias.