I am writing a mac app that can download videos from different sources to the local hard disk. Works great so far, but I'd like to allow the user to play those videos while they are being downloaded. Looking through the documentation for QTKit I couldn't find any method that would allow me to feed the movie data piecewise to a QTMovie
object.
Is there a way I can achieve that with QTKit, AVFoundation or some other system framework? I'd really like to avoid bringing in ffmpeg or another third party library for that.