smartkid
smartkid

Reputation: 1559

How to play vp8 encoded data in Universal Windows Platform App?

I'm trying to play a VP8 codec video in Windows App. I have completed the Libvpx compilation for Windows as given in Vpx Building for Windows. But it does not work for Universal Windows App. It compiles to normal windows (Win32 exe) binary. Samples inside the libvpx library are also not compatible for UWP App. I'm looking for examples in Universal Windows Platform(C++ example would be better).

I have tried to add the 'vpxmt.lib' (created from compiling lipvpx code using Cygwin) into the Universal Windows App project. It returns an error "Could not add reference to "vpxmt.lib" as it is not of a type or version current project can use"

Please suggest if there is another way to play vp8 video in windows (like MediaCodec in Android). I'm using Visual Studio Community 2015 on Windows 10.

Upvotes: 0

Views: 284

Answers (0)

Related Questions