Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am doing VC 6++ programming. i have done text streaming through MFC application wizard in which i creat client and server sockets on two PCs. now i want to stream the video from PC to another PC, but dont know how to do it. can anybody help me in this matter, i would be highly obliged.
Posted

1 solution

use a library to capture video and instead of streaming to screen send it to the peer point.

for example :
Capture Live Video from various Video Devices.[^]

http://www.robinl.de/projects/avcap.htm[^]
 
Share this answer
 
Comments
Member 4159383 18-Oct-11 0:30am    
i need to display the video on screen as well as send it to another PC.

at first i want to receive the video stream on a PC and display it. for this i use VLC player stream utility to stream out video from PC1 and developing VC6 MFC appl to receive and display stream on PC2. can you share a sample code for this purpose.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900