WMEncoder.RemoteFileName
(1)
Windows Media
(1)
IPCamSourceVideo
(1)
Encoder
(1)
Particularlyso
(1)
Umediaserver
(1)
Camera
(1)
WMFSDK
(1)

Windows Media Encoder 9 series SDK - C# solution

Asked By fanog8
28-Jan-10 03:37 PM
I need use the SDK to connect and trasmiting my images generated
through a IP camera brand D=B4link model DCS 6620 to my point of publish
in Windows Media Services, but the object WMEncoder.RemoteFileName is
said not implemented.

How can I implement it? and how to inform user and password?

This solution is correct?

Obs: Using the software WME I use the component IPCamSourceVideo
(umediaserver) to connect with my IP camera  and this codec generate
the file.ax and I can not use with the WME SDK.

Regards

I would strongly discourage you from using the WME, and particularlyso from C#.

Jeremy Noring replied to fanog8
03-Feb-10 11:49 PM
I would strongly discourage you from using the WME, and particularly
so from C#.  I have had nothing but problems with the WME API.  A better
bet is to use the WMFSDK, which has almost all of the same
functionality (and then some) and is easily exposed to managed code
through this open source project:

http://windowsmedianet.sourceforge.net/
Post Question To EggHeadCafe