Prev: getResourceAsStream - Zugriff auf Ressourcen in oberstem Package
Next: Call for Papers Reminder (extended): World Congress on Engineering and Computer Science WCECS 2010
From: CS on 26 Jun 2010 04:04 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 26 Jun 2010 08:04 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 26 Jun 2010 13:22 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 26 Jun 2010 15:54 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 27 Jun 2010 22:41
> 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. |