Compress data for upload
My upload bandwidth is limited. Could the upload command send by compressed data instead of json text format?
How big is the file you try to upload?
Well, 5MB on 64k upload bandwidth..
On Mon, Jul 13, 2015 at 4:11 PM, Marcin Kulik [email protected] wrote:
How big is the file you try to upload?
— Reply to this email directly or view it on GitHub https://github.com/asciinema/asciinema/issues/121#issuecomment-120844508 .
Gziping the output would yield a >90% compression ratio. Maybe its a good idea to always compress the files, even for local saved files?
FYI #146 was reverted as it wasn't working.
Related, but not limited to upload transfer encoding (and with potential lossiness): #515