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

Status Page

REST API support to control playback video speed or direction

Answered

Comments

1 comment

  • Sergey Yuldashev
    • Network Optix team

    Hello Anirban,

    The method you use by default does not limit the download rate.
    The parameter sfd if present just limits this to the "standard frame duration", i.e. makes video to be played back on 1x speed.
    Server does not expect any values for this parameter except for its presence, i.e. being True.

    Nothing else is supported. If you need that, you should implement this feature on the playback side and use the default option of the unlimited download rate. The procedure would be broken into the steps below:

    1. Download necessary archive part to some buffer
    2. Player starts to drag frames out of that buffer with a certain pre-programmed rate and display that
    0

Please sign in to leave a comment.