Hi,
I'm currently facing a situation where I have an ASF network stream with embedded H264 (video) and Mpeg2 Audio streams.
The fact is I tried to grab the stream to get a sample file, and I didn't find any media player able to read it! The only one capable seems to be VLC (which is open source!).
Then I tried to to use GraphEdit, and when I try to use ASF Reader with my file, I get an error saying that it can't open my file...
So at this point, I'm not able to play a single ASF file..
My Question is: what should my graph look like to be able to play an ASF stream ? And how to configure it like I'm able to do it in the case of a MPEG TS with MPEG2 Demux, with decoders ?
Please consider I'm using only DirectShow, and not Windows Media Player COM Components at all. I'm working on an application capable of rendering DVB-IP / ASF audio/video streams.
Regards.