intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
275 stars 84 forks source link

MFXVideoCORE_SyncOperation error -7 #128

Closed Brenda1124WYQ closed 6 months ago

Brenda1124WYQ commented 6 months ago

用dxgi抓屏+vpl编码之后,大概半个小时到1个小时以内会出现MFXVideoCORE_SyncOperation 操作失败,报-7错误码

ma3uk commented 6 months ago

Try a workaround using texture import with creating an mfxFrameSurface1 pool using GetRefCount, at least this method works for me - https://github.com/ma3uk/obs-qsv-onevpl/blob/28fb5d534eac836db93b530bfe9d63056fd71ab0/obs-qsvonevpl/obs-qsv-onevpl-encoder-internal.cpp#L1644

ma3uk commented 6 months ago

I'm facing the same problem, and the solution above is the only working option at the moment. https://github.com/oneapi-src/oneVPL-intel-gpu/issues/318

mav-intel commented 6 months ago

Duplicate of https://github.com/oneapi-src/oneVPL-intel-gpu/issues/318. Please follow the issue there