multicast
good way to handle multicast group members
I am trying to find a good way to handle multicast group members.Keep track when someone joins/leaves the group. Langua开发者_运维知识库ge is C.Unless you are implementing an IP multicast router you s[详细]
2023-02-12 12:33 分类:问答Reliable multicast communication in LAN
I have a network application working on Linux. What I want to do is to make my application able to announce it\'s presence in LAN and then notify other applications about some changes. Because I don\'[详细]
2023-02-09 09:35 分类:问答What is the difference between IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP and IP_ADD_SOURCE_MEMBERSHIP/IP_DROP_SOURCE_MEMBERSHIP?
Working on a project that sends multicast data packets, and the receivers can opt in/out of the group as necessary. I noticed there are two ways of joining/leaving the groups: IP_ADD_MEMBERSHIP/IP_DRO[详细]
2023-02-07 05:36 分类:问答Canceling an asynchronous socket operation
I have a C# .Net 3.5 application that sends a multicast \"Hello\" packet to whomever may be subscribed to a particular multicast group and then listens for all the responses. So, every X seconds, I ma[详细]
2023-02-07 04:55 分类:问答HELP: UDP broadcast vlc stream weirdness!
Hi I\'m trying using vlc to broadcast UDP stream within a LAN, Making it like a TV channel. I used command line to launch VLC which then vlc is 开发者_C百科ok to run =[详细]
2023-02-06 08:30 分类:问答Mono dropping packets when receiving lots of multicast
I am creat开发者_StackOverflowing a program that listens to video streams over multicast. Listening to one feed with Mono on Linux works fine but listening to 15 feeds drops packets. Running the code[详细]
2023-01-20 09:44 分类:问答Listening for IPv6 multicasts on Linux
I\'m trying to get a simple multicasting example to work on Linux (I\'ve tried both RHEL 4 2.6.9 and Ubuntu 8.04 2.6.24). The general idea is[详细]
2023-01-19 01:09 分类:问答receive multicast from specific network interface on Linux
I\'m trying to receive a multicast data from specific network interface on CentOS 5.5 sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);[详细]
2023-01-17 07:19 分类:问答multicast listener efficiency
Currently I have a process listening and processing a multicast data stream. I\'m thinking about seperate it into two processes, one listening, one processing, both will subscribe to the multicast tra[详细]
2023-01-16 22:05 分类:问答Multicast Support in Android 2.2?
Does the Android 2.2 media framework support IG开发者_JAVA技巧MP/Multicast? If yes, can anyone guide how we can do that?It is quite simple:[详细]
2023-01-16 16:42 分类:问答