Discussion:
Windows Media Encoder 9 series SDK - C# solution
(too old to reply)
f***@gmail.com
2010-01-28 11:33:04 UTC
Permalink
I need use the SDK to connect and trasmiting my images generated
through a IP camera brand D´link 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
Jeremy Noring
2010-02-04 03:36:18 UTC
Permalink
Post by f***@gmail.com
I need use the SDK to connect and trasmiting my images generated
through a IP camera brand D´link 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.
I would strongly discourage you from using the WME, and particularly
so from C#. I've 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/

Loading...