Hello~ I am doing my Final Year Project in my university about p2p video streaming. Since we have to write custom directShow filter so we have to write streaming using c++. I only know basic c++network programming.
(1)I would like to know if there is any source code available on the Internet for this kind of application? In fact I have been to sourceforge.net and find some, but most of them cannot be compiled......
(2)what is the difference of sending text message and sending video streaming between server and client? I only know basic operation such as send(), recv() and create buffer using memset(). Is it enough to do video streaming?
Thanks very much for your help. I am really worried about this project. I am not quite sure where to begin......