ibva error: va_getDriverName() failed with operation failed,driver_name=i965, on a .wmv file

Gwenole Beauchesne gb.devel at gmail.com
Wed Sep 17 05:02:51 PDT 2014


Hi,

2014-09-17 13:51 GMT+02:00 Sergei Vorobyov <sergei.vorobyov at facilitylabs.com>:
> While GStreamer supports the .wmv on nVidia cards, it apparently does not on
> Intel's built-in graphics cards found in Intel's NUC2820FYKH (see below: the
> same .wmv file is gst-discovered on the NUC and on a workstation with the
> Quadro FX 580 card). What are the prospects of getting fully functional
> drivers/libraries  for Intel NUCs in the nearest future?
>
> Thanks!
>
> PS: Although Intel does not specify it, I found that the NUC2820 has the Ivy
> Bridge derived HD Graphics with a 756MHz burst core frequency
>
> ---------------------------------------------------------
> fl at nuc3:~/ads$ gst-discoverer-1.0 621.wmv
> Analyzing file:///home/fl/ads/621.wmv
> libva info: VA-API version 0.35.0
> libva info: va_getDriverName() returns 1
> libva error: va_getDriverName() failed with operation
> failed,driver_name=i965
> Done discovering file:///home/fl/ads/621.wmv

This means that, a plain `vainfo' call on your nuc3 system will yield
the same output. If so, this would mostly report an additional error
like X11 display not available. This means that, if you have been
connecting to nuc3 with ssh, and that the remote host has X running,
the correct command would be DISPLAY=:0.0 vainfo, resp.
gst-discoverer-1.0. Otherwise, initialization of the VA driver, so
gst-discoverer-1.0 will fail finding out anything, unless you have a
SW decoder around (gst-libav).

However, there normally is correct support for headless displays. So,
if you have built gstreamer-vaapi with the VA/DRM backend too, and
your user belongs to the "video" group, or whatever has access to
/dev/dri/card0, this should fallback to that headless mode.

>
> Topology:
>   container: Advanced Streaming Format (ASF)
>     video: Windows Media Video 9 Screen
>     audio: Windows Media Audio 9
>
> Properties:
>   Duration: 0:00:05.460000000
>   Seekable: yes
>   Tags:
>       container format: ASF
>       audio codec: WMA Version 9
>       video codec: Microsoft Windows Media 9
>
> --------------------------------------------------------
> sergei at wsl:~$ gst-discoverer-1.0 621.wmv
> Analyzing file:///home/sergei/621.wmv
> Done discovering file:///home/sergei/621.wmv
>
> Topology:
>   container: Advanced Streaming Format (ASF)
>     video: Windows Media Video 9 Screen
>     audio: Windows Media Audio 9
>
> Properties:
>   Duration: 0:00:05.460000000
>   Seekable: yes
>   Tags:
>       container format: ASF
>       audio codec: WMA Version 9
>       video codec: Microsoft Windows Media 9
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


Regards,
-- 
Gwenole Beauchesne
Intel Corporation SAS / 2 rue de Paris, 92196 Meudon Cedex, France
Registration Number (RCS): Nanterre B 302 456 199


More information about the gstreamer-devel mailing list