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.

IMSDK linux : /dev/dri/card0 rights issue

David1
Beginner
364 Views

Hi, 

I am using Linux IMSDK to encode a video stream. If I use my application while I am physically connected to the machine, all works well. However, if I try to use this machine remotely (ssh, enabling X forwarding and so on), my application crashes. It seems that there is a segfault somewhere in MSDK backend. Using strace, I can see that there is a permission issue on /dev/dri/card0.

Do you know if it is possible to trigger an application that uses IMSDK remotely ? I intend to use this application by script, at boot time, on a machine that won't have any keyboard or even screen.

Thanks

David

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
364 Views

Intel Media SDK for Linux, as a server product, is intended to work headless.  It can work in applications that start up at boot and interact only via network.   Some quick things to check:

1) What are the permissions on /dev/dri/card0?

2) Is the user running Media SDK a member of the video group?

3) Does the application crash when run as root?

Please send more information on your setup.  Information like processor, Linux distribution, kernel version, and Media SDK version could help us figure out next steps.

 

0 Kudos
Reply