Hi, Currently stream_skip will return success on a negative len if underlying stream isn't seekable. This patch remedies this by not checking for seek-ability on negative len. Underlying cache system might still succeed in doing that backward seek if cache is enabled. /Joakim