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.

Sample Example is not working with OS-CentOs7.1 and machine-NUC 5PPYH(N3700)

sumit_j_1
Beginner
567 Views

HI All,

I am installing MediaServerStudioEssentials2015R6  on NUC 5PPYH(N3700) which has OS-CentOs-7.1

I followed all the steps given in intel document.

(as root)
# ./install_sdk_UMD_*.sh
# mkdir /MSS
# chown {regular user}:{regular group} /MSS
(as regular user)
$ cp build_kernel_rpm*.sh /MSS
$ cd /MSS
$ ./build_kernel_rpm*.sh
(as root)
# cd /MSS/rpmbuild/RPMS/x86_64
# rpm -Uvh kernel-3.10.*.rpm
# reboot 

After this i tried to build  tutorial examples. It got build then it is  not running.

A simple session example- ( simple_1_session) is throwing following  error-

Illegal instruction

 

on debug-bt-  i found this issue-

 bt
#0  0x00007ffff5fcfa47 in ?? ()
   from /opt/intel/mediasdk/lib64/libmfxsw64-p.so.1.16
#1  0x00007ffff5bf1803 in ?? ()
   from /opt/intel/mediasdk/lib64/libmfxsw64-p.so.1.16
#2  0x00007ffff5adbef9 in ?? ()
   from /opt/intel/mediasdk/lib64/libmfxsw64-p.so.1.16
#3  0x00007ffff7dea4e3 in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2
#4  0x00007ffff7deeb04 in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
#5  0x00007ffff7dea2f4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#6  0x00007ffff7dee21b in _dl_open () from /lib64/ld-linux-x86-64.so.2
#7  0x00007ffff739502b in dlopen_doit () from /usr/lib64/libdl.so.2
#8  0x00007ffff7dea2f4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#9  0x00007ffff739562d in _dlerror_run () from /usr/lib64/libdl.so.2
#10 0x00007ffff73950c1 in dlopen@@GLIBC_2.2.5 () from /usr/lib64/libdl.so.2
#11 0x000000000040b0c3 in MFX_DISP_HANDLE::LoadSelectedDLL(char const*, eMfxImplType, int, int, mfxInitParam&) ()
#12 0x0000000000408905 in MFXInitEx ()
#13 0x00000000004099db in MFXInit ()
#14 0x00000000004026d2 in MFXVideoSession::Init (this=0x7fffffffe230, impl=3,
    ver=0x7fffffffdf90) at /opt/intel/mediasdk/include/mfxvideo++.h:45
#15 0x0000000000403585 in Initialize (impl=3, ver=...,
    pSession=0x7fffffffe230, pmfxAllocator=0x0, bCreateSharedHandles=false)
    at ../common/common_utils_linux.cpp:28
---Type <return> to continue, or q <return> to quit---
#16 0x000000000040251b in main (argc=1, argv=0x7fffffffe348)
    at src/simple_session.cpp:47

 

 

Plz suggest, what i should do for this.

Regards,

Sumit Jha

 

 

0 Kudos
3 Replies
Surbhi_M_Intel
Employee
567 Views

Hi Sumit, 

Looking at your system details - Is this your system? If yes, then it's a Pentium processor and not supported by Media Server Studio.
If not and you are using a supported configuration, then please send your system configuration and are pre-build samples(part of the package) working for you? Can you please check if the installation went fine, look at the description of this question - "How can I check if Media Server Studio is installed correctly for my OS?" on FAQ webpage

Thanks,
Surbhi

0 Kudos
sumit_j_1
Beginner
567 Views

 

Hi Surbhi.

Can you suggest  which variant of Intel MediaSDK is supported with Gen8LP and Gen9LP devices like Pentium N3700 and other Atom processor.

Regards
Sumit

0 Kudos
Surbhi_M_Intel
Employee
567 Views

Hi Sumit,

For windows, you can probably use Media SDK client which does support few Pentium and Atom configurations
For Linux, Media Server Studio doesn't support it but can probably use quick sync technology through ffmpeg or gstreamer.
For Atom line, which system are you working on?

Thanks,
Surbhi

 

0 Kudos
Reply