We're having an issue with video files recorded by our application once we
upgraded to FMS3.

Files recorded by the application can only be read/written by the owner
(nobody:nobody in our case). In order to make them available for public
viewing, we need to manually change them using chmod 666 (instead of the
default 600).

Does anyone have any idea why this happens? And even better, how we can amend
it so we we don't have to manually chmod each file?