Open tonetechnician opened 4 months ago
Hi, Based on BUILD_VERSION, seems that you are not using the most recent version of the SDK. If this is not intentional, please refer to https://xilinx.github.io/video-sdk/v3.0/getting_started_on_vt1.html#installing-the-sdk-on-an-existing-ami for further details. In the meantime, I have created an internal ticket for this: CR-1207699. Cheers,
Thanks @NastoohX I'm using a prebuilt ami that has eks, so ideally we can get it to work with this version. I will also look into building on the latest version following those docs.
Hi there,
I'm trying to compile an updated version of ffmpeg that support .exr DWAA encoding for AWS's VT1 instances. I've run through the ffmpeg compilation docs to compile x264 and x265 and xilinx ffmpeg compilation docs to compile a custom version of ffmpeg. I'm using a Xilinx provided AMI (AMD-Xilinx-VT1-3.0-eks-1.22-3b50633b-1f1b-4c14-b26b-cb33681d076f).
I've applied the git-patch given in this repo to the ffmpeg source code I'm basing from and made the necessary edits. When running the configure for ffmpeg, I'm running into an error that the xilinx libxma2api.so included with the ami are missing references to particular functions which should be included.
I run
And from the ffbuild/config.log I get
I can confirm the libraries in the AMI are on the same version as one latest in this repo by checking
I am able to find these functions in this repo so I'm not sure where it's going wrong that the configure is failing.
The linux distro details are
Any ideas or thoughts to help me link these would be greatly appreciated!
Here is the full config.log
config.log