From: CS on
Hi

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.

thanks for the reply.

From: Arne Vajhøj on
On 26-06-2010 04:04, CS wrote:
> 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.

I don't think anyone has changed their opinion on the topic since
you asked 3 days ago.

Arne
From: markspace on
CS wrote:
> Hi
>
> 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)


We know. You said that already.


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


No. Buy more bandwidth.


> thanks for the reply.


You're welcome.

From: Kevin McMurtrie on
In article <4c25b49a$0$17095$65785112(a)news.neostrada.pl>,
"CS" <cs(a)gryftechnologia.com> wrote:

> Hi
>
> 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.
>
> thanks for the reply.

This isn't a Java question. There's UDP, broadcast UDP, and TCP.
That's it.

You'll have to pay an edge cache company or buy some bandwidth and CPU
from a server farm.
--
I won't see Google Groups replies because I must filter them as spam
From: Esmond Pitt on
> http://java.sun.com/docs/books/tutorial/networking/datagrams/broadcasting.html
>
> But for me there is the possibility of using this. (Network problems)

Your only alternative is UDP Broadcast, but if you can't use multicast
you almost certainly can't use UDP broadcast either.