I would like to add tags to a video, and later when I play it back to the user, he or she should be able to start the video from the time bound to the tag. Is it possible?
I checked that the PlayerEndPoint only has a play method that does not accept any time related parameter.
Or is it a client side thing and the media server has nothing to do with playing?
You can use the setPosition(miliseconds)
method to seek forward/backwards in a file playing by a PlayerEndpoint