All,
I am trying to get DVD playback working – using AVstream based decoder – in dshow. I am forming the following dshow chain for DVD playback.
DVD Navigator – > AVstream Decoder ? Renderer
In order to connect my decoder to DVD navigator, I have changed the input pin’s video type to “MEDIA_TYPE_DVD_ENCRYPTED_PACK”. After this change, DVD navigator connects to my decoder. But I am facing one issue – On the input pin of the decoder, I am not getting any data. I get ONLY one input call, but that doesn’t contain the data.
Any Ideas what is going wrong?
Thanks & Regards,
Abhi