mickey / videojs-ga

Google Analytics plugin for video.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect Live and replace percentsPlayed with smthng like timePlayed

slovinsky opened this issue · comments

— 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.

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