I am using Xamarin to create an Android application. This app must, among other things, receive a multicast stream. The server is sending fine, but my app is no
Trying this code: import socket mcast_group = "239.255.0.1" mcast_port = 4444 sock_rx = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sock_rx.setsockopt(sock