0
Reply

using sockets

Mihai si atat

Mihai si atat

Mar 7 2006 3:52 AM
1.8k

Hi!
I have the following problem:
     I am using a socket to connect to a computer,that computer sends me bytes of data(actually a movie)and i want to play that movie directly as it comes in the socket buffer.I don't need to save that movie on my harddisk and then play it.I can't use the Video class,because Video constructor requires a file from the harddisk.
   Pls help!!!