If flashvideo doesn't have to convert an uploaded video file, e.g. it's an mp4 or a flv, then the "finished video" cck field never gets populated.
In other words, if i upload 2 videos - an mp4 and a wmv - to the same node, the "finished video" cck field ends up with only 1 value.
This wreaks havoc for any module trying to match an uploaded video, or video thumbnails, to a converted video, since the array indexes don't match.

The "finished" video field should point to the same file as the "original" video field when mp4 or flvs are uploaded.

This happens during _flashvideo_perform_postop(), and should be a simple fix.
If I can put together a patch i'll attach it.

Comments

aaronbauman’s picture

Status: Active » Closed (duplicate)

indeed.