I am trying to display several videos at the same time in a media foundation application. As the video files are encrypted and encoded as H264 without any container, I have developed a custom source reading from a byte stream.
Now, I am trying to display several videos on the same screen, like in a classical surveillance application. It is not clear to me the best way to do that, nor the sequence of steps.
Can anyone tell me the best approach to solve this problem? Is there any sample to take a look and have an idea of the sequence of steps?