Question

i want to develop a windows application in c++ that could be draw multiple video streams that come from network in one window (like video conference applications). in another words, i want to have one window and split this window into sections that each section show a video stream.(like what we see in video conference applications like oovoo or webex).

how i can start learning and witch subject important here i Google the net but can not find any article or example about this subject.

please guide me thanks a lot

Was it helpful?

Solution

I did a similiar project, which shows 4 different videos in window. These videos were coming from network(TCP/IP) connection. I used VLC for encoding the videos. (Videos are in mp4 format.) Also I used QT for GUI design. Since QT has phonon framework after qt release 4.5, I guess you can use QT for both encoding videos and gui design.

You can check it here: http://qt-project.org/doc/qt-4.8/phonon-overview.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top