Broadcasting in Java but NOT MulticastSocket

A

Arne Vajhøj

I'm looking for a solution to send video to multiple recipients.
Already browsed:
http://java.sun.com/docs/books/tutorial/networking/datagrams/broadcasting.html

But for me there is the possibility of using this. (Network problems)

Is ther any other solutions to Broadcasting video in java without
overloading the bandwidth.

If you can not use multicast then you can not use multicast.

So you send to each client.

The only optimization I can think of is if you send to
1/N of the clients and then each of them forward to N
other clients.

But that may not be possible for network reasons as well.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top