-
Hi, I am passing these flags to the client at the moment: Are there additional settings I can tune to reduce this latency further (possibly at cost of graphical fidelity), or will using hardware decoding be required? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
1440x3440 at 30 fps is 3.4Gbps.
Not helpful,
Don't do that. This can slow things down dramatically.
Those numbers are not bad. That's only ~50ms per frame.
If you are willing to sacrifice picture quality, use more aggressive The best option for low-latency is to use an nvenc capable GPU for video encode. This can halve the frame latency. |
Beta Was this translation helpful? Give feedback.
1440x3440 at 30 fps is 3.4Gbps.
How high is it?
Not helpful,
lz4
runs at ram speed.Don't do that. This can slow things down dramatically.
Try the opposite:
opengl=force
.Those numbers are not bad. That's only ~50ms per frame.
If you are willing to sacrifice picture quality, use more aggressive
min-quality
andvideo-scaling
values.The best option for low-latency is to u…