OTime method in jwplayer
Hey,
I am using onTimeListener on Jwplayer
and using its method:-
public void onTime(long position, long duration)
{
UpdateValue();
}
but this method invokes in 1 seconds approx 10 times.
I want to Update value on every second please suggest me any alternative of onTime method
For that i am easily update the value in every second.