diff --git a/src/streaming/Stream.js b/src/streaming/Stream.js index 73189d90f1..e1e07fc6b1 100644 --- a/src/streaming/Stream.js +++ b/src/streaming/Stream.js @@ -328,6 +328,7 @@ function Stream(config) { if (optionalSettings) { streamProcessor.setBuffer(optionalSettings.buffer); + streamProcessor.getIndexHandler().setCurrentTime(optionalSettings.currentTime); streamProcessors[optionalSettings.replaceIdx] = streamProcessor; } else { streamProcessors.push(streamProcessor);