Windows Media Format Error: IWMWriter.BeginWriting returns 0xC00D0BC5 on 2003 server

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,
I'm writing an application which uses the Windows Media Format SDK to
record a video an create a wmv file.
This is working well on my XP Pro development workstation, but when I
tried to deploy it on a windows 2003 server standard edition, an error
occurs calling the IWMWriter.BeginWriting function.

This raizes an exception:

Message: Exception from HRESULT: 0xC00D0BC5
Source: RecorderServer
CallStack: at RecordingServer.WMFSDK.IWMWriter.BeginWriting()
at RecordingServer.WMFSDK.CMediaProcessor.BeginWriting()
at RecordingServer.CRecordingInstance.LaunchRecording()
at RecordingServer.CRecordingInstance.evCallback(SIPX_EVENT_CATEGORY
category, SIPX_CALLSTATE_INFO& pInfo, IntPtr pUserData)
TargetSite: Void BeginWriting()

I've seen that this error code means: NS_E_VIDEO_CODEC_ERROR. But I
don't think that it is related to a codec problem, because I'm able to
play previously encoded, on my XP Pro workstation, wmv file.

I'm using C# on VS2005.

Does anyone know something about that ??

Thanks you,

Moses

.



Relevant Pages