Hi,
I would like to play multiple video streams on multiple displays (screens, monitors) in fullscreen modes synced.All video streams must starts absolutely in same time. Which component/technique from Media Foundation I should use for achieve that?
In other words:
I have 3 videos: for example video1.avi, video2.avi, video3.avi and connected 3 displays to the computer. When I call some function, all videos will preloads and starts playing in EXACTLY same time on different screens in fullscreen modes (video1.avi on screen 1, video2.avi on screen 2, ...).
And my second question - it is possible to achieve this functionality without using Media Foundation by some .NET component / library (I'm C# programmer, so I rather use C# .NET than C++ and Media Foundation)
Thanks for help