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

Status Page

Is there any way to dynamically change the playback position for the RTSP endpoints on the NX server?

Answered

Comments

2 comments

  • Tagir Gadelshin
    • Network Optix team

    Hi Makoto Ogata

    I'll ask dev team, but in the meantime we open sourced our Desktop client. If you want (and can), you can always refer to its code to examine how it works: https://github.com/networkoptix/nx_open

     

    I know it might not be easy, as there are a lot of code, but maybe it can shed some light on your questions

    0
  • Tagir Gadelshin
    • Network Optix team

    Answer to your initial question — it is possible this way:

    You can just send a new RTSP PLAY command in the current TCP connection with the new position. Our desktop Client uses it.
    It needs to check whether your RTSP library supports sending RTSP commands (PLAY/PAUSE/SET_PARAMETER e.t.c) without reconnection.

    0

Please sign in to leave a comment.