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?

gefragt vor einem Jahr346 Aufrufe
2 Antworten
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?

beantwortet vor einem Jahr
  • 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?

beantwortet vor einem Jahr
  • It doesn't matter which browser we use. Neither Client, nor integrated web server and the web sdk can get more than 30 fps.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen