Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-08-2012, 03:35 AM   PM User | #1
wisner94
New Coder

 
Join Date: Sep 2011
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
wisner94 is an unknown quantity at this point
Question Multicasting

I'm working on a Java server application that distributes a video feed to many Java clients. From my understanding, the best way to do this is with multicasting, and Java supports it. I understand the DatagramSocket/Packet objects, but I'm rather confused how exactly multicasting would work. My programming books/websites make it sound as though I simply pick a Class D IP address and bind both the server and the clients to it.

I have a tendency to over-complicate my algorithms, but this idea doesn't make any sense. It seems way to easy. How will the rest of the world know not to use the IP address I pick?

Can anyone suggest some (free) resources which might explain multicasting with Java better?

Last edited by wisner94; 08-08-2012 at 03:42 AM..
wisner94 is offline   Reply With Quote
Reply

Bookmarks

Tags
datagram, java, multicasting, video

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:56 AM.


Advertisement
Log in to turn off these ads.