Hello community!
I have some questions regarding Audio/Video synchronization and video deinterlacing.
My scenario is the following (Windows Store App so the API is limited :) ):
I made a custom scheme handler for RTP streams. I split the stream (MP2TS) channels and create for every audio/video channel a stram (IMFMediaStream). So far, (nearly) everything works fine. My issues are deinterlacing of the video (h264es) and audio/video synchronizing. I have also tried to set the properties of the media type to various MFVideoInterlaceMode values. Without effect.
Regarding the synchronization: With the TS stream, I also get timestamps. But whenever I set the samples sampletime or duration, the video is stuttering...
Any help is very welcome!
Thanks in advance,
Michael