Dear community,
I would need some help with the media foundation. I have the following scenario:
A rtp multicast ts stream has to be displayed with the WPF media element. I have found the Media Extension (Win8 Store App) example, that includes many examples for custom scheme handler and so on. My idea was to implement a custom (rtp://) scheme handler, that just "forwards" the byte stream to the decoders or just create a custom media source, that cares about decoding. Is this possible or do I need to implement all the decoding myself. As far as I understood the archirecture of mf it should be possible to just forward the bytes to some mf component, because if i store the raw bytes on my hard disk and name the file something.mpg, the media element plays the stream.
Thanks in advance and sorry if I'm too naive :) but mf is "somewhat" complex... but the only solution to display the stream in a win8 app.
Michael