I don't want the HTTP load of a partially loaded segment to use Ranges; I want the HTTP to re-download the entire segment! Older versions had the httpUseRanges parameter, but newer versions seem to lack one. In the newer version, if a P2P node is slow, calling httpRanges causes playback to pause, which I suspect is due to an error in the segment loading process!
I don't want the HTTP load of a partially loaded segment to use Ranges; I want the HTTP to re-download the entire segment! Older versions had the
httpUseRangesparameter, but newer versions seem to lack one. In the newer version, if a P2P node is slow, callinghttpRangescauses playback to pause, which I suspect is due to an error in the segment loading process!