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!!!
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.