I've tried MediaElement with a .ts file - its not interested (HRESULT: 0xC00D11B1). The TS file plays with WMP no problems (Cannot seem to play it in graphedt though?) I thought MediaElement was supposed to support what WMP supported? Update: This is on Windows 7 by the way (apparently it [...] read more
I have very strange issue with MediaElement on Windows Server 2008 logged as not administrator. Every time I'm trying to play video I have error HRESULT: 0xC00D11B1 Here are details: 1. This video is working when I'm logged as Administrator 2. This video is working on WMP on both Admin [...] read more
In Windows Server 2003, we developed a program. The architecture is: (1)There is a Service (called ServA), (2)There is a process (called ProcB), it is an override Windows Media Player by implementing some necessary WMP interfaces. (3)ServA will start up ProcB through CreateProcess to play stream urls. ServA and ProcB [...] read more