Base64 video encoding – good\bad idea? [closed]
[…] the backend developer […] insists that the media files (images/videos) should be transferred as base64 encoded in json files. This is a very bad (and silly) idea up-front. You do not want to transfer large amount of binary data as strings. Especially not Unicode strings. Here you need to arm up and convince your … Read more