Is it possible to open incomplete video-files for playback using directshow? The current solution first downloads the video file (.avi-container, can be h.264, mpeg2, mpeg4) and then starts playback. This can of course be a rather lengty operation.
The downloader fetches the videofile in chunks from a database so in theory it should be possible to open the file during download.
Is it possible to create a Directshow graph that can start the playback during download even if the file is incomplete when playback starts?
The software is written in C++ both server/client.
Thanks,