Skip to content

souphttpsrc: check difference in time from the last socket read before changing blocksize

Nicola requested to merge drakkan/gst-plugins-good:souphttpsrc into master

If the pipeline consumes the data slower than the available network speed, for example because sync=true, is useless to increase the blocksize and reading in too big blocksizes can cause the connection to time out

Closes #463 (closed)

Merge request reports