Search code examples
windows-runtimewinrt-xamlwinrt-async

WinRT: displaying video frames


What's the proper way to display video in WinRT? I'm receiving video over RTP and I need to display video to some component or surface. I can decode and/or convert video to YUV or any RGB format myself, I simply want to know what component I should use for video display.


Solution

  • You can use MediaElement to play the video. Check out MSDN sample for playing media.

    For Windows 8.1

    For Windows 8

    If you want full fledged media player then check out Player Framework: an open source component of the Microsoft Media Platform