Closed calzoneman closed 3 years ago
It appears the pauseSeekRaceCondition flag is only set from the mediaUpdate handler, not when the player is first initialized, which means that it should be working whenever the transition is from youtube -> youtube, and only cause this problem when a different player type is replaced by a YouTube player.
One user has reported that this can happen even on consecutive YouTube videos, but I can't reproduce that.
Closing as not reproducible.
Player code has a lead-in time during which the video is started and immediately paused, then unpaused once the server timer hits 0 seconds (this was to allow buffering).
Evidently this is not working for YouTube anymore; it is just playing the video and then looping back. The code does seem to have a YouTube-specific workaround, so maybe that changed again, or maybe it's worth just getting rid of the lead-in entirely since buffering is not as much of an issue these days as it was when CyTube was built.