video streaming
Posted
by mawia
on Stack Overflow
See other posts from Stack Overflow
or by mawia
Published on 2010-05-23T07:41:03Z
Indexed on
2010/05/23
7:51 UTC
Read the original article
Hit count: 212
video-streaming
Hi! all
I am designing an application for streaming video.I have developed a model in which a server wait for incoming request.The server it self is serving to a good number of clients and it can't afford to serve any more clients.Now when the new connection comes,the server chooses from among it's clients a candidate client who will serve the request of the incoming client.Now the thing is that this choice should be very intelligent.Now I am using various heuristic like bandwidth of the selected client,it's location,distance from the requesting client to come at a decision.Now my question is,IS THERE AVAILABLE ANY TOOL TO FIND OUT BANDWIDTH,LOCATION of a host,and DISTANCE(my be in hop number)?for hop number I can use traceroute but that will be too expensive as it take long time sending reply from every intermediate router.
Any help will be appreciated. Thanks!
© Stack Overflow or respective owner