Seek

Set the start and end times when playing recorded video.


Method summary
​WizeyeVideoPlayer.seek(startTime, endTime)
ParametersDescription

startTime

Start time

endTime

End time


example
document.addEventListener('DOMContentLoaded', 
function() { 
	mp1 = new N3N.WizeyeVideoPlayer(); 
	mp1.open("video", "http://cdp.w20.n3n.io",
             "cam1", "1504878079591:607602, true");
	mp1.seek("1559256000", "1559257000");
});