jantman / python-amcrest-noauth-proxy

ABANDONED - Python/Flask reverse proxy server that removes HTTP Digest auth from Amcrest IP cameras; Docker image provided
GNU Affero General Public License v3.0
10 stars 4 forks source link

Use a chunked transfer size of 8kB instead of 1 byte #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

This is a massive decrease in CPU usage and increase in performance. Clients would time out downloading a single frame of JPEG from my server running on a Beagle Bone. Steams MJPEG smoothly now.

jantman commented 6 years ago

Looks good to me. Thanks so much.

jantman commented 6 years ago

@scanlime I've rebuilt the Docker image using these changes and pushed it to the Hub.

Thanks so much!