Description
I want to have a video conference system.
- That is the client-server model.
- The client can send audio/video/document(like ppt.doc.xls..)/application sharing/chat functions.
- The client's window can receive 16 videos(from other clients).
- The client can work on windows platform.
- The server can work on windows or linux(it's better).
- The video can support 160*120/320*240/640*480...
I copied this description from Here
The problem is, when i read such a description i completely get confused that how and where to start.
Suppose this task is assigned me to complete, so please provide me the guide lines where to start.
I know windows API little bit and made small projects during study session, but i don't know how to render video on the Window.
Question is: What i need to know to complete this project??
Thanks..