Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Is there a method retrieve live and recorded video from mediaserver to external application?

Answered

Comments

4 comments

  • Anton Babinov
    • Network Optix team

    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
  • Permanently deleted user

    Anton, thanks for quick reply !

    This method allows to retrieve live streams too? The article only mention recorded chunks.

    Tks, E!

    0
  • Anton Babinov
    • Network Optix team

    You can get live stream with /media/<cameraId>.<format> without specifying pos parameter. 

     

    0
  • Permanently deleted user

    Noted thanks Anton !

    0

Please sign in to leave a comment.