I have NVIDIA Quadro K5000 running on Ubuntu Server 18.04.
Transcoder is configured to encode 3 bitrates 1080p, 720p and 320p using “NVENC”.
With “nvidia-smi” command i can see Wowza running process on GPU, so the GPU is transcoding but also the CPU is increase up (around 90% with 8 incoming streams).
When i change the transcoder to use “Default” encoding instead “NVENC”, “nvidia-smi” command showing GPU does not use the any Wowza process, so transcoding using just CPU (95% with 2 incoming streams).
I change value in XML file to “NVENC” instead “default”.
Now CPU usage is better than before, now Wowza transcoding 20 rdp streams to 3 bitrates (1080p, 720p, 360p),
My machine CPU: Intel® Core™ i7-8700K CPU @ 3.70GHz, CPU usage: 80%.
RAM: 16GB
GPU usage: 1855MiB / 16275MiB
How many streams i can transcode with this machine?
Are this configuration is correct because GPU is used only 1855MiB/16275MiB ?