asciinema icon indicating copy to clipboard operation
asciinema copied to clipboard

Compress data for upload

Open dlintw opened this issue 10 years ago • 5 comments

My upload bandwidth is limited. Could the upload command send by compressed data instead of json text format?

dlintw avatar Jul 12 '15 14:07 dlintw

How big is the file you try to upload?

ku1ik avatar Jul 13 '15 08:07 ku1ik

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 .

dlintw avatar Jul 13 '15 09:07 dlintw

Gziping the output would yield a >90% compression ratio. Maybe its a good idea to always compress the files, even for local saved files?

Jellyfrog avatar Jul 13 '15 12:07 Jellyfrog

FYI #146 was reverted as it wasn't working.

ku1ik avatar Mar 26 '16 13:03 ku1ik

Related, but not limited to upload transfer encoding (and with potential lossiness): #515

bkil avatar Jul 24 '22 13:07 bkil