Regular seek behaviour. Seek operations are executed as they come.
Applied when creating a player, e.g:
new ProgressivePlayer(video, key, { seekStrategy: SeekStrategyType.RegularSeek }) Copy
new ProgressivePlayer(video, key, { seekStrategy: SeekStrategyType.RegularSeek })
Regular seek behaviour. Seek operations are executed as they come.
Applied when creating a player, e.g: