When seeking to a position and playing a YouTube video that has been played before, the following sequence happens:
seekTo seeks to the correct position.
playVideo causes jumping to another position (I guess it is remembered from the previous viewing of the video).
This happens only for the first request after rendering the player. Subsequent requests are executed correctly.
The linked solution works around this using youtube-nocookie . Is there a solution without the need for youtube-nocookie?
When seeking to a position and playing a YouTube video that has been played before, the following sequence happens:
seekToseeks to the correct position.playVideocauses jumping to another position (I guess it is remembered from the previous viewing of the video).This happens only for the first request after rendering the player. Subsequent requests are executed correctly.
The linked solution works around this using youtube-nocookie . Is there a solution without the need for youtube-nocookie?