
onTime is not working with live streaming
Hi team,
The requirement is to get current time of video being played. However onTime event is working fine with youtube links but not with live streaming url.
Its console value only once.
onTime:function(){
response.watchTime = this.getPosition();
console.log( this.getPosition())
}