Occasional 13 Byte Files
My company recently swapped from FMS 2.5 to 4.1. After the swap we have noticed about 1 - 4% of all videos recorded end up as a 13 byte file on our file system. If you view the file, you see the contents of it are the typical FLV header:
vim:
FLV^A^@^@^@^@ ^@^@^@^@
hexdump:
0000000 4c46 0156 0000 0000 0009 0000 0000
000000d
Has anyone run into a similar issue and found a solution? Our initial guess was it was based on a FMS error related to metadata not being included in the first buffer flush, but we have made additions to prevent such an event.
