can two programs recive the same stream from the same port?
I am sending a video from a server to my client on port 23456.
On my client I am running a videoreciver that shows the video, and I also want to run a program that receives the strem with datagramSocket and writes out statistics.. Is this possible? or wil I get: can't open local dataport..
do I have to runn it one by one.. and maybe send the vide two times?

