RenderHeads / UnityPlugin-AVProVideo

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

Which VideoAPI should I choose in Win? #1860

Closed hyuhyua closed 1 month ago

hyuhyua commented 1 month ago

I just want to play it properly on Windows platform, if I consider compatibility, which VideoAPI should I choose? WinRT or MediaFoundation?

Chris-RH commented 1 month ago

It depends on things such as what sort of media you intend to play and whether you are streaming it or playing it locally. Generally, Media Foundation is often used as default. However is you were looking at playing adaptive streams, for example, then WinRT gives the best performance. Have a look in our documentation for more information.