Player.md - is there something like getTime() or isEnded() ? Would be nice with list of functions available that can be accessed with JS

Hm. Well that was a bit disappointing.

I really need to figure out when a vod has ended. I just tried testing if isPaused() == true when the video has ended, but it is false.

I was toying with the idea of using an incrementing number and comparing it with vod length, but this doesn’t work if you seek and I doubt it works if there is buffering.

Any ideas?