I've got a page that has a bunch of YouTube videos where I've embedded start and end codes in there to ensure only a segment of the video is played instead of the whole thing.
For example:
<iframe width="300" height="200" src="http://www.youtube.com/embed/YGOpjPNtjes?iv_load_policy=3&rel=0&start=2964&end=3397" frameborder="0"></iframe>
If the above is played in stock Google Chrome with no extensions, it should start at 49:24 but instead starts at 49:27, which is three seconds off. However, if viewed using Chrome's incognito mode, it starts at the right time of 49:24.
This may only be a situation where the symptom occurs when there is both a start and end time present in the URL.
Why is it that Google Chrome disrespects the start time, and is there anything I can do about it that wouldn't have downstream impacts like affecting the start time in other browsers? Seems like a bug in Chrome since no other browser I've tested exhibits this behavior. Done lots of research, but it doesn't seem like anybody's noticing this or talking about it.