mickey / videojs-ga

Google Analytics plugin for video.js
MIT License
138 stars 109 forks source link

Detect Live and replace percentsPlayed with smthng like timePlayed #34

Open slovinsky opened 7 years ago

slovinsky commented 7 years ago

— Send timePlayed event in Live mode. — Configure timePlayedInterval in minutes.

By the way, I used plugin for live and got "Uncaught Error: MediaSource.addSeekableRange() can only be invoked when the duration is Infinity". As far as I understand that it is related to the percentsPlayed event.

mkhazov commented 7 years ago

It's implemented in my fork: https://github.com/neuron-digital/videojs-ga (secondsPlayed event)