Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Deployment of application using MSDK on linux

Oleg_F_
Beginner
467 Views

Hi,

I'm using Intel MediaSDK on linux. (CentOS 7)

I'm not sure how to make the deployment of the applicatoin on the customer's machines.

As I understand, there is no need in additional MSDK license in case where only binaries are installed on the target machine.

On the other hand, I can't use Intel installation scripts to install it since it installs also documentation, header files and additional tools.

Do you have any common or recommended procedure for deployment of MSDK binaries on customer machines?

The only way I can think of right now is to modify MSDK installation scripts and integrate in into our installation procedure

Thanks in advance,

Oleg

 

0 Kudos
1 Solution
Surbhi_M_Intel
Employee
467 Views
Hi Oleg, You can get take off the *devel* package including docs/headers/etc, which are primarily for development and really not needed for deployment from the installation. Let us know if you see any issue. Thanks, Surbhi

View solution in original post

0 Kudos
4 Replies
Surbhi_M_Intel
Employee
467 Views

Hi Oleg,

Generally we anticipate appliance vendors, where they install everything on machine & ship it. However in your case, changing the installation script seems the viable option. I am checking with experts to give you some BKMs to follow for deploying your solution to other machines. I will post it as soon as I have them.

Thanks,
Surbhi

 

0 Kudos
Oleg_F_
Beginner
467 Views

Hi Surbhi,

Thanks for your response

I looked at the installation scripts and it looks not complicated, I think this is a good way to do the installation for me.

I saw that the following rpm packages are  installed:

(I know that in addition to these packages, the kernel also need to be replaces)

-rw-r--r--. 1 oleg oleg    52192 Apr 25 10:22 drm-utils-2.4.56-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg 10150436 Apr 25 10:24 intel-linux-media-16.4.2-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg  5638964 Apr 25 10:24 intel-linux-media-devel-16.4.2-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg 29014340 Apr 25 10:25 intel-opencl-1.2-16.4-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg    53820 Apr 25 10:25 intel-opencl-1.2-devel-16.4-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg   124460 Apr 25 10:25 libdrm-2.4.56-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg    91232 Apr 25 10:25 libdrm-devel-2.4.56-36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg    62080 Apr 25 10:26 libva-1.3.1-staging.20130628.36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg    72020 Apr 25 10:26 libva-devel-1.3.1-staging.20130628.36242.el7.x86_64.rpm
-rw-r--r--. 1 oleg oleg   366624 Apr 25 10:26 libva-utils-1.3.1-staging.20130628.36242.el7.x86_64.rpm

Can you tell me what is the minimum set of those packages that I need to install on target machine in order to

1) Make MSDK work

2) It will not require additional license for this install

Thanks

0 Kudos
Surbhi_M_Intel
Employee
468 Views
Hi Oleg, You can get take off the *devel* package including docs/headers/etc, which are primarily for development and really not needed for deployment from the installation. Let us know if you see any issue. Thanks, Surbhi
0 Kudos
Oleg_F_
Beginner
467 Views

Hi Surbhi,

Thanks for your help

0 Kudos
Reply