Exports a recorded video from the media storage server by passing start and end time.


Method summary
​WizeyeVideoPlayer.exportVideo(path, start, end)



ParametersDescription

path

Path to save video

start

Epoch start time

end

Epoch end time


mp1.exportVideo("c:/test.avi", “1559256000”, “1559257000”);