
After seek, position is wrong
After a seek event occurs, the player position is wrong. Checkout this plunker:
http://plnkr.co/edit/6Y3UcNDH7gIKQGsmdDFu?p=preview
Notice that when the seek event occurs the event.offset position contains the correct value; however, when the buffer and play events get called (after the seek event occurs), the player position does not reflect the new position.