Hello all,
I am attempting to create a media source based on the Mpeg1Source sample.
My source is a live source. For the time being, I will be outputting frames that are generated internally.
I am following the guides from msdn:
Writing a Custom Media Source
http://msdn.microsoft.com/en-us/library/windows/desktop/ms700134(v=vs.85).aspx
Case Study: MPEG-1 Media Source
http://msdn.microsoft.com/en-us/library/windows/desktop/ee318417(v=vs.85).aspx
and looking through the mpeg1source sample code. I see how the source is registered in the registry as a byte stream handler.
My question is, how do I register my live source component? is there documentation for this?
I am familiar with DirectShow filter registration, but Media Foundation is a new game to me!
Thank you in advance.
jimmy
jimmy