Downloading file using http library
NEW PROBLEM see 2nd post
I want to stream video from a website and open it with an external media player.
The video stream is a series of .ts files, each 10 seconds long.
If I download the files and join them together using the EmbedFile command from the binary library, then I can play the joined file back fine.
I can't work out how to add to the file the media player is playing (whilst it is playing).
When I try and add another part to the file which is playing back the media player just plays the original part (although the file size increases).
SOLVED - the media player on my ppc plays back the stream fine - if I can get it to start downloading (new prob).
Thanks