Search code examples
windows-8mediaelementmicrosoft-metro

tcp stream as mediaelement source?


Is it possible to use a tcp h264 stream as a MediaElement source on Windows 8 ? Or do we need to write a custom MediaElement Source. The state goes from Opening to Closed as soon as we open the Uri:


Solution

  • It seems not according to this thread: http://social.msdn.microsoft.com/Forums/en-IE/winappswithnativecode/thread/1709d85b-97b4-425c-a5f5-3edc4d7539e6.

    James Dailey indicates that when information on how to create your own decoder is available, it will be posted on his blog.