Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Libva tires to load pvr_drv_video.so (not found) in WebEngine

Libva tires to load pvr_drv_video.so (not found) in WebEngine

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 324 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Iheb
    wrote on last edited by
    #1

    I'm using Lemaker Guitar board with Ubuntu Mate vivid 15.04 and I have a Qt 5.8.0 application on it that uses device to device communication with webrtc on QtWebEngine. When the communication starts I've got this log in Qt:

    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/pvr_drv_video.so
    libva info: va_openDriver() returns -1
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/pvr_drv_video.so
    libva info: va_openDriver() returns -1
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/pvr_drv_video.so
    libva info: va_openDriver() returns -1
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/arm-linux-gnueabihf/dri/pvr_drv_video.so
    libva info: va_openDriver() returns -1
    

    pvr_drv_video.so indeed doesn't exist in the device and I couldn't find it anywhere. What's the main use of libva in QtWebEngine? Why it tries to load pvr_drv_video.so? Where can I find/build it?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved