Re: [Live-devel] Dynamic buffer resizing (fNumTruncatedBytes)

2012-12-07 Thread Ross Finlayson
> It doesn't seem like there's a way to dynamically resize buffers without > losing data because in the afterGettingFunc if fNumTruncatedBytes > 0 you've > already lost the data. That's correct. > So with that in mind I created a patch that I'm hoping may get incorporated > in a future release

[Live-devel] Dynamic buffer resizing (fNumTruncatedBytes)

2012-12-07 Thread Steve Browne
It doesn't seem like there's a way to dynamically resize buffers without losing data because in the afterGettingFunc if fNumTruncatedBytes > 0 you've already lost the data. The only post I've really seen talk about this is here: http://lists.live555.com/pipermail/live-devel/2009-January/010083.html