I'm planning on storing media in the following formats:
JPEG for images
MP4 for video
MP3 for audio
This means that the server will have to at least support these filetypes.
If there is sufficient time, it would be nice to support other filetypes as well, by receiving and converting them. For video and audio, FFmpeg could be used (Golang support available here), and for images, ImageMagick (Golang support available here).
I'm planning on storing media in the following formats:
This means that the server will have to at least support these filetypes.
If there is sufficient time, it would be nice to support other filetypes as well, by receiving and converting them. For video and audio, FFmpeg could be used (Golang support available here), and for images, ImageMagick (Golang support available here).