Hi
how to stream a video that is transferred between server and client
Hi for transfering stream video you need to use
java.nio.channe l, which is a new api in java,
by using UDP DatagramChannel you can transfer Audio and video data
b/w server and client
Comment