I have read through several posts about H264 recording, but none of them really answer my question, so here is what I am trying to do.
A server is sending H264 encoded video packets to me, and I would like to capture and turn the packets into a video file (.mpeg or .avi)
Here is how I envision the setup: I need to setup UDP listener to capture the video packets, then send the packet payload to a DirecShow graph for processing. The DirectShow graph should consist of a H264 decoder and a MPEG encoder.
Am I on the right track?
Thank you