atomic14 / esp32-tv

ESP32 - Sound and Vision - Video Streaming to the ESP32
149 stars 25 forks source link

Use zlib to compress and decompress image data #11

Closed modi12jin closed 9 months ago

modi12jin commented 9 months ago

@cgreening Sorry to bother, is it feasible to send to esp32 for decompression with zlib compression on the server side

modi12jin commented 9 months ago

https://github.com/moononournation/ArduinoVNC

https://components.espressif.com/components/espressif/zlib

https://components.espressif.com/components/espressif/libpng

cgreening commented 9 months ago

On the image data side there's not a huge amount of benefit as the JPEG images are already heavily compressed. There would be some marginal benefit on the audio side of things, potentially that is quite compressible, but again, compared to the image sizes it's a small amount of data.

modi12jin commented 9 months ago

Thanks for your reply!

modi12jin commented 7 months ago

Someone wrote an example for the component https://github.com/nopnop2002/esp-idf-zlib