Hi all,

Could somebody have time to help me out with the following issue?

I'm developing a simple media client for QT in symbian that stream mp3 audio files over HTTP. What is puzzling me is that is there a support for progressive download in QT (or QT mobility)? The key is that beside playing the file I need to have the data stored into a local file.

I've tried to search trough different forums and sites but nothing clear has come up, just random comment towards yes and no. No examples of any kind etc.

Simple streaming is easy to implement and so is basic downloading but how is it with PDL? Of course a quick hack is to do both, downloading and streaming in the same application, but that is not really a solution (downloading is done twice).

br,
- m -