![]() |
Listening to Multiple Ports in c
Hi,
Can some one help me or guide me on how to access two different ports on a same multicast address. Assume that a server sends a mpeg2ts encapsulated using udp to a multicast group address say 239.0.0.1. It sends two streams to the same multicast address but to different ports say 1300 and 1400. In my program i have to access these to ports at a time. Is this possible??? Please Help me with this Thank u |
Re: Listening to Multiple Ports in c
I don't know for certain cos I've never tried it. But I can't see any reason why the example given at http://www.alhem.net/project/example9/index.html can't be extended as follows:
Code:
UdpTestSocket s1(h), s2(h);Code:
SocketHandler h1,h2; |
| All times are GMT +5.5. The time now is 20:06. |