is it possible to multicast over internet? I think IGMP is not allowed by the ISPs, and also when the server sends stream to internet what is the upload bandwidth on the server side? thanks

link|improve this question
feedback

2 Answers

It is possible to multicast over the internet certainly but by far the best way is if you have control of every piece between your servers and clients. I work for a company that has that control for around 30-40% of the country's ADSL links so have the option of using multicast - that's a luxury that not eveyone has. Oh and you can't predict the upload bandwidth from clients, you have to engineer that.

link|improve this answer
feedback

multicast over public internet will not work. you have choice of CDN with plenty of mirrors or using p2p-like approach where your clients become also relay nodes [ this will introduce additional latency, if you want to sort-of-multicast a movie - this works great - for instance voddler uses such approach where clients become 'seeding' nodes for other clients - this allows content provider to save distribution costs ].

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.