Play two mpeg2 files at the same time, and more

Started by
3 comments, last by linus78 14 years, 1 month ago
Hi! Im writing an windows app that needs to play 2 mpeg2 files at the same time (or at least play one while pausing the other as long as the both show something). Any ideas on how to do this?
Advertisement
Quote:Original post by linus78
Any ideas on how to do this?


Play both files at the same time.


For a more useful answer, provide more detail (language, APIs, codecs, sources, ...).
Im using C++ and Qt.

The MPEG2 files are stored localy on the hdd.

Have you got it showing 1 file successfully? If so, why can't you just play a second one at the same time? If not, what problems do you have?
Right now all I have is an empty form. Im looking at different libs to help me with the mpeg2 playback. VLC looks good but I havent started with it yet.

This topic is closed to new replies.

Advertisement