[Helix-producer-dev] Encoding Stopped by Server
Mark Lynch mark at multimediams.com
Hi,
I'm trying to catch a bad username/password error (using the G2PUSH auth
method). I input a bad password, try to start encoding and and as you
would expect HandleEvent gets called with event eEventDestinationError
STDMETHOD( HandleEvent )( EHXTEvent eEvent, UINT32 *puValue, const
char *cszValue, IUnknown *pUnknown )
The documentation says that puValue should contain the error value but
it's 0.
How do I know when I can't connect because of network problems or can't
connect but of a bad username/password combination?
Can anyone help ?
Regards,
-Mark