Is there a method retrieve live and recorded video from mediaserver to external application?
AnsweredSirs, good morning
We need to integrate NX with other applications.
Is possible with SDK or other method to retrieve live and recorded video?
# Our nx mediaserver runs in linux.
Tks, Eduard
-
Hello Eduardo,
the easiest way too retrieve video feed from mediaserver is to use Video API. You can check examples in this article.
You can check full API reference at https://<mediaserver IP>:7001/static/api.xml#group_Video_API
With 4.2 release you can use /media/<camera id> API instead of /hls/<camera id> , which works much faster.
0 -
Anton, thanks for quick reply !
This method allows to retrieve live streams too? The article only mention recorded chunks.
Tks, E!
0 -
You can get live stream with /media/<cameraId>.<format> without specifying pos parameter.
0 -
Noted thanks Anton !
0
Please sign in to leave a comment.
Comments
4 comments