Windows error 0xC00D0FEA, -1072885782

Detailed Error Information

NS_E_WMP_URLDOWNLOADFAILED[1]

MessageWindows Media Player encountered a problem while downloading the file.%0
Declared innserror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code4074 (0x0fea)

Questions

4votes
2answers

Play video from UDP/RTSP using MediaElement?

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
c#
wpf
media-player
4votes
1answer

MediaPlayer cannot play file names without an extension

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
c#
.net
wpf

Comments

Leave a comment

(plain text only)

Sources

  1. nserror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0