-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't have more than 32 channels for encoding by CU #92
Comments
Hi,
Kindly, review https://xilinx.github.io/video-sdk/v3.0/release_notes.html#limitations and https://xilinx.github.io/video-sdk/v3.0/specs_and_features.html#performance-tables to ensure that your requested jobs are within the specified limits. |
Hi,
/opt/xilinx/xrm$ cat version.json
{
"XRM_VERSION_STRING" : "1.5.103",
"XRM_VERSION_RELEASE" : "202220",
"XRM_GIT_BRANCH" : "master",
"XRM_GIT_COMMIT_HASH" : "6c3ab244bbacc8d7edc77c347b19b0dece295d87",
"XRM_GIT_COMMIT_DATE" : "Mon, 20 Jun 2022 22:26:31 -0700"
} lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
output of gpu usage:
here is a simple representation of above data:
there is space to run a new encoding,
In specific this Thanks for taking the time :) |
Thank you for the info. By the looks of it, it's the decoder that is running out of resources: Do you happen to know the resolution of the incoming streams, and whether they are within the expected value: https://xilinx.github.io/video-sdk/v3.0/specs_and_features.html#performance-tables? |
Hi,
With this initial conditions I can run 7 more ffmpeg processes, so I assume that usedLoad is not relevant or maybe it's not showing correct info. The input signal has this params:
That resolution i'ts in the expected value. |
Thank you for the info. This item is now internally tracked: CR-1207797 |
Hi everyone, Is there a max capacity setting on the encoder ( by unit ) ? I'm running 10 encodings, all working ok, but when the 11th is added, it sends an error aboute no more CU, even though there is capacity, encoding usage it's less than 50%.
I tried adding simple ffmpeg conversions ( one input, no scaling, one encoding) , 2 of this simple encodings work, but when running the third one ( up to here I have 32 channels used ) it throws an error saying no more capacity, with an usage of 65%.
Encodings are real small, 480p, 360p and 240p.
I don't know if the 32 channel capacity is something I can configure or is a hardware maximum.
error code when no more resources available:
use load of encoder in unit 1
The text was updated successfully, but these errors were encountered: