Hi,
I receive h264 RTP packets, both audio and video (muxed) into my computer.
I read them with windows GraphEdit demux them and decode them.
after decoding I have two filters:
* one (video decoder) with xFormOut output
* second (audio decoder) with PCM output

I wish to be able use this outputs as "directshow source filter" in order to record them in VLC (synchronized)

does anybody know how to do that?

thanks