RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
231 stars 28 forks source link

OpenGL stack overflow #449

Closed caihuazei2012 closed 4 years ago

caihuazei2012 commented 4 years ago

I use one MediaPlayer to play some video,but sometimes LogError: OPENGL NATIVE PLUG-IN ERROR: GL_STACK_OVERFLOW_KHR: OpenGL stack overflow How to resolve it?

Ste-RH commented 4 years ago

Could you provide more information about device/hardware you are seeing this on? Also please send over the full log.

caihuazei2012 commented 4 years ago

Could you provide more information about device/hardware you are seeing this on? Also please send over the full log.

I use unity 2018.4.AVProVIdeo:1.10.2, but video can play,just logerror OPENGL NATIVE PLUG-IN ERROR: GL_STACK_OVERFLOW_KHR: OpenGL stack overflow 企业微信截图_15980016066267 企业微信截图_15980013732677

caihuazei2012 commented 4 years ago

Could you provide more information about device/hardware you are seeing this on? Also please send over the full log.

Find out where the problem is, the camera post-processing problem

How to resolve it 企业微信截图_15980052852571

caihuazei2012 commented 4 years ago

您能否提供有关正在使用的设备/硬件的更多信息?另外,请发送完整的日志。

AVProVideo don't support post-processing?

AndrewRH commented 4 years ago

AVPro Video supports post-processing, but it doesn't support OpenGL in Windows. Since you're running in Windows (in the editor) you need to ensure that it's using the Direct3D graphics API. You can change this in Player Settings:

image

Thanks,

caihuazei2012 commented 4 years ago

thanks so much