Seeking will remove preload timer
Created by: aescarcha
When the stream is fully loaded, we set a timeout to preload the next stream in the future. This timeout was not cleared when seeking, so the stream could be preloaded several times causing weird behavior.
This PR fixes it.