<div dir="ltr">Hi,<div><br></div><div>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].</div><div><br></div><div>NVidia docs hint to the possibility of VDPAU not requiring X11 [1], however I couldn't find anything that would work. The closest I got (and that's pretty far :( still) is trying to use VAAPI with VDPAU backend - but I get a segfault on the libvdpau, if my understanding is correct:</div><div><br></div><div><div>#0  0x00007fffec192870 in XDisplayString () from /usr/lib/libX11.so.6</div><div>#1  0x00007fffe456e917 in __vaDriverInit_1_0 () from /usr/lib/dri/vdpau_drv_video.so</div><div>#2  0x00007ffff213a03c in ?? () from /usr/lib/libva.so.2</div><div>#3  0x00007ffff213b1bf in vaInitialize () from /usr/lib/libva.so.2</div><div>#4  0x00007ffff50bad9c in ?? () from /usr/lib/libavutil.so.55</div><div>#5  0x00007ffff50b7890 in av_hwdevice_ctx_create () from /usr/lib/libavutil.so.55</div></div><div><br></div><div>This happens despite using nouveau or nvidia drivers.</div><div><br></div><div>Do you know if it is possible to get either direct VDPAU or through VAAPI hardware <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">acceleration without running X?</span></div><div><br></div><div>Thank you in advance!</div><div>Andre</div><div><br></div><div>[1] Entry Point Retrieval - <a href="https://http.download.nvidia.com/XFree86/vdpau/doxygen/html/index.html">https://http.download.nvidia.com/XFree86/vdpau/doxygen/html/index.html</a>  </div></div>