How to start streaming from archived video?
AnsweredI want to start streaming from archived(Recorded) video in Network optix VMS.
I have an IP Camera, Contents of this camera is stored 24X7. So, I have archive for all the time. To get live stream I am using RTSP Streaming. I have a requirement like, I want to stream the same camera but start from 15 minutes older content. In this case, I can download video for the requested timestamp using /media API. But, I want the video to be streaming on RTSP streaming. So, my requirement is, start streaming from archived video. Does Nx has this feature? Anyway I can achieve the requirement? Any thought would be appreciable.
-
Hello Mohamed,
RTSP streaming supports pos parameter same as /media API. Here is an example on how to access your archive - rtsp://<login>:<password>@<server ip>:<server port>/<cameraID>?pos=2020-11-28T10:13:30.000
Please check RTSP Streaming section in our API documentation to see all supported parameters.
0
Please sign in to leave a comment.
Comments
1 comment