I'm trying to use chunked uploads to "stream" a video file while it is recording. I delay about 5 seconds after recording starts to start the upload, to try to make sure the upload never catches up to the end of file until after video recording ends.
If I stop recording before the upload starts, it works fine. However, if I start uploading before recording stops, everything appears to upload fine, but the resulting video file is corrupted.
Is chunk uploading of an open (and expanding) file not supported?
...Eric...