Hi, I'm building an app in which you can record a video cam (of a phone or computer) stream and store it in a binary. Afterwards I would like to send it to a server using AJAX and PHP. For an image (snapshot) it works fine using base64 first. But video (MP4) files are getting submitted and stored, but decoded in PHP the file does not play anymore.
I've started using the camera input tutorial from Construct.