|
|
Anyone have some sample code or the method of sending credentials to a media server you want to push to?
I've got bits and pieces of information on the web concerning this but nothing definative. So far it looks like you need 2 SDKs to do this (?), the encoder SDK and the media format sdk.
You have to somehow hook into the WM events so you can get an OnAcquireCredentials method call from AcquireCredentials event; in this method you can set the UID/Password.
Anyone have this working and have the code snippets to demonstrate this? I have OnAcquireCredentials and the associated interface defined but I'm not getting the events since the hook eludes me.
Thanks in advance for any help! D
|
|
|