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?

[393 byte] By [Abotnen] at [2007-9-27 13:55:23]
# 1
What you should do is just layer the functionalities, so that you have one class that reads the stream from the port and buffers it. You can then have multiple clients that read this buffered stream.
ericsin at 2007-7-5 21:44:34 > top of Java-index,Core,Core APIs...