是否有用于 UWP 的 Webm C#/Xaml 控件?

Is there a Webm C#/Xaml controll for UWP?

新的 UWP SDK for Webm 中是否有任何标准的内置控件(如 Mediaplayer)? Android 支持它 AFAIK,所以 UWP SDK 不应该支持它将 Android 应用程序移植到 Windows Phone 上吗? 如果没有standart controls,有没有其他方式可以玩Webm? 我不想使用 Webviev 来播放 Webm 视频。

WinRT 默认不支持 WebM。

但是,微软发表了一篇文章'Using FFMpeg in Windows Applications'。至此,您可以使用 ffmpeg 作为 MediaStreamSource。

Using FFMpeg in Windows Applications

并且,FFMpeg 支持 WEBM。也许,UWP应该可以用FFMpeg来玩WEBM了。

(不过我还没有自己试过,因为构建过程比较复杂。。。)

Compile and Use FFmpeg Libraries for Windows Runtime (Windows 10 or Windows 8.1 Apps)