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.
You can use MediaElement
to play the video. Check out MSDN sample for playing media.
If you want full fledged media player then check out Player Framework: an open source component of the Microsoft Media Platform