[VDPAU] VDPAU without X11?
Stephen Warren
swarren at nvidia.com
Mon Jan 22 16:16:09 UTC 2018
On 01/20/2018 10:18 PM, Andre wrote:
> Hi,
>
> I am trying to use hardware acceleration to decode/encode streams using
> ffmpeg on a headless (no XOrg server) server with a NVidia GK104
> [GeForce GTX 670].
There's no way to use VDPAU without X11.
> NVidia docs hint to the possibility of VDPAU not requiring X11 [1],
> however I couldn't find anything that would work.
To use VDPAU without X11, someone would need to define and implement a
"window system integration layer" that provides the ability to use VDPAU
with a different display system. In other words, we would need the
equivalent of vdpau_x11.h for the other windowing/display system. AFAIK,
no such thing exists at present.
More information about the VDPAU
mailing list