Hi,
Lets assume I have a 1 hour buffer with the nDVR - i.e. 3600 seconds.
I may want to start the video from the current time (“live point”), the earliest time (1 hour behind the “live” point) or somewhere in between.
I want to be able to control the player to start playing at a particular instant. Is this possible?
As an example:
-
http://mydomain.com/ndvr?t=0 (live point)
-
http://mydomain.com/ndvr?t=-3600 (start from one hour ago -i.e. oldest point in buffer)
-
http://mydomain.com/ndvr?t=-1800 (start from 30 minutes ago)
Thanks