We are making a program in java, we've made a server and a client but we want the client to reproduce the video we send using streaming, not downloading (this is what we have implemented until now). We are using TCP connections. Do you have any idea about this, how could we transform the code so it streams instead of download?