|
If you want to support seeking, you need to be able to stream it, or you have to buffer the whole thing.
There's no magical way to make a webserver support something that it does not. You have to build the support into it or build one hell of a hack using Content-Range, which is the wrong approach.
|