We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9c653 commit 5856d1dCopy full SHA for 5856d1d
src/streaming/controllers/ScheduleController.js
@@ -398,6 +398,7 @@ function ScheduleController(config) {
398
playbackController.setLiveStartTime(request.startTime);
399
}
400
seekTarget = playbackController.getStreamStartTime(false, liveEdge);
401
+ streamProcessor.getBufferController().setSeekStartTime(seekTarget);
402
403
//special use case for multi period stream. If the startTime is out of the current period, send a seek command.
404
//in onPlaybackSeeking callback (StreamController), the detection of switch stream is done.
0 commit comments