I need to send some stream on multicast.
Is there some way to check ( from the code ) is some multicast socket is occupied by someone else on the network that i connected to ?
Asked
Active
Viewed 177 times
1

Yanshof
- 9,659
- 21
- 95
- 195
1 Answers
1
There is no such thing. Multicast can be one to many or many to one. Depends on your application/problem. Usually a sender just sends to a group:port and receivers join to listen.

troglobit
- 573
- 4
- 11