I simply take RTSP streams with my RTSP Source Filter and write them to file with GDCL MP4 Muxer.[www.gdcl.co.uk]
RTSP Source Filter[H264] --> GDCL MP4 Muxer --> FileWriter
When I changes the resolution GDCL MP4 Muxer MuxInput::Receive methods does not called again.
What I may do wrong?
Update One:
I modify GDCL Muxer so that it writes file itself. So that based on my criteria[time or length] it close old file and writes to new file without starting stopping whole graph
RTSP Source Filter[H264] --> GDCL MP4 Muxer --> NullRenderer [ Do nothing]
MP4
file with a resolution change? – Roman R.