Simulate streaming video
-
Hello, I am wanting to create software for the following problem:
I want to make a player play a video while downloading via HTTP or FTP.
Is to simulate a streaming video? or streaming video already works this way?
I just want to play the part of file that has been downloaded, and every MB downloaded update (increase) in the buffer of video playback.
I appreciate any help.
-
Take a look on "HLS":http://en.m.wikipedia.org/wiki/HTTP_Live_Streaming protocol.