Is it possible to play videos streamed from UDP/RTSP using WPF's MediaElement control? During my testing, I have attempted to pass a URI containing a UDP stream to the MediaElement player, but when I launch my application, the media player is blank as though there is no media source. Here [...] read more
When I try to play a local file having no file extension the component System.Windows.Controls.MediaElement fails with a FileNotFoundException saying "Media file download failed.":null. The inner exception is a System.Runtime.InteropServices.COMException with HResult 0xC00D0FEA. I tried the Uri I assigned to MediaPlayer.Source with WebClient.DownloadData(Uri) and there were no problems with neither [...] read more