NICE DCV fps settings

0

I currently have a setup where I run NICE DCV in a docker container and stream an application to a webpage using the webclient SDK. Unfortunately, the fps on the stream seems to somehow be limited to 30 fps, however, despite setting the targetFps in the dcv.conf file to 60. The grabber-target-fps settings is set to 0.

We use a g4dn.xlarge EC2 instance with Nvidia grid 14.3 drivers. The docker container is an ubuntu container.

How can I increase the fps?

demandé il y a un an346 vues
2 réponses
0

The target FPS can be set on Linux in the display section of dcv.conf:

[display]
target-fps=60

Maybe you can show the relevant lines of your dcv.conf to verify?

répondu il y a un an
  • Here's my display section of the dcv.conf

    enable-client-resize=true
    
    enable-qu=true
    
    grabber-target-fps=0
    
    max-compressor-threads=4
    
    max-head-resolution=(4096, 2160)
    
    min-head-resolution=(426, 240)
    
    target-fps=60
    
    web-client-max-head-resolution=(0, 0)
    
    
0

Looking good. Related to the DCV Web SDK - if the user is on a recent Edge or Chrome version using the latest web client SDK, they will be able to have 60 FPS (no setting needed). Which browser are you using?

répondu il y a un an
  • It doesn't matter which browser we use. Neither Client, nor integrated web server and the web sdk can get more than 30 fps.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions