Hi I have to write a simple client server application using TCP sockets to implement a movie server application (for MPEG files) whereby clients can register to a main system (server) and then watch movies.
The problem is I don't know how to send video files over tcp, can someone please tell me what functions I can use to break the video file at the server and send it to the client or is there any tutorial about how to send audio, video over tcp sockets? Please I am really stuck. Thank You!