sometimes, for the very same video file, we get an error from this call on iOS
example of fail case path:
/var/mobile/Media/DCIM/102APPLE/IMG_2685.mp4
sometimes it works fine. what?
[[NSFileManager defaultManager] attributesOfItemAtPath:filepath error:&error];
anyone see this before?