Hi,
I am trying to receive multicast packets through a Java program. I have the multicast ip and port but when I try to receive messages on that multicast IP and port I do not get any message. However I know other applications are able to receive messages on the same port.
I also tried to run a packet sniffer on the computer on which the other application is running. The application is able to receive the messages, the packet sniffer shows the multicast ip but the port it shows is different from what the application is using.
Also, is there a way to determine whether the multicast is in UDP or TCP?
Please advise.
Thanks.
Start Free Trial