Tagged Questions

1
vote
1answer
672 views

multicast ip address - blocked in call to recvfrom

i am writing a simple multicast application. i intend to run it on localhost. i have done the following: char *maddr; . . . sendfd = socket(...); struct sockaddr_in sasend; sasend.sin_family = ...
0
votes
1answer
65 views

Nack Oriented Reliable Multicast (NORM) Problem

I have a question about "Nack Oriented Reliable Multicast" (NORM). Sometimes The receiver segfaults with the following stacktrace: 2011/08/16 11:38:55 - signals.cpp:73: Segmentation Fault! 2011/08/16 ...
0
votes
0answers
100 views

Multicasting Problem

I am programming a multicast environment scenario. The source is sending the content to a multicast address say 239.0.1.1. on the other end a client wants to join this multicast address. The actual ...
0
votes
2answers
68 views

Create a multicast router

How can i make my laptop to act as a multicast router. I need to stream video content to other computers with in same network. How can i make my laptop to work as a multicast router.