Windows error 0xC00D9C41, -1072849855

Detailed Error Information

MF_E_CLOCK_NO_TIME_SOURCE[1]

MessageNo Presentation Time Source has been specified.%0
Declared inMferror.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 Code40001 (0x9c41)

Questions

1vote
1answer

Error when getting song PlayPosition using Monogame

I'm trying to get the current time of a song when is playing, but when a call to MediaPlayer.PlayPosition.TotalMilliseconds; is made, an error is thrown: An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.dll Additional information: HRESULT: [0xC00D9C41], Module: [Unknown], ApiCode: [Unknown/Unknown], Message: Unknown I'm learning c# and monogame and [...] read more
c#
monogame
0votes
2answers

E_UNEXPECTED in MESessionStarted event when topology has two branches

I am working on a session topology that records a video (with audio) while showing the video stream with an EVR. I am using SampleGrabber sinks for the video and audio streams so I can easily control when I start/end recording (using a sinkwriter) and extract sample data as I [...] read more
audio
video
video-capture
ms-media-foundation
audio-capture

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.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