I am having a problem with Creating a Media souce inside PE.
I have the necessary debug credentials and I have test signed my source dll, however during the creation process, the application hangs indefinitely.
Basically my steps are:
1. set MF_SESSION_REMOTE_SOURCE_MODE flag
2. Use PMPHOST to use CreateObjectByCLSID passing in Source Resolver
3. BeginCreateObjectFromURL returns no error
4. EndCreateObjectURL hangs and app is non responsive.
Is there something I am missing
Thanks!