Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have been working on C++ Borland builder 5.0 using windows XP OS. In an application, now have to do modification existing application. Using IP camera, have to display live streaming video on opengl window using UDP communication. Anyone can suggest how to proceed initially. Is it possible to access any media player plugin to stream video(using RTP protocol).

Regards,
Venkatesh.

What I have tried:

Presently have streaming webcam data collecting through buffer and display using opengl.
Posted
Updated 27-Jun-17 7:04am

1 solution

I would start by looking at articles on this site. There is one called SimpleUDP that shows how to handle UDP socket communication. There are a ton of samples of OpenGL code and it is highly likely that one covers displaying bitmaps. I'm not sure why OpenGL is a requirement here because you can easily display images from a camera with GDI or GDI+. I am doing practically the same thing in some of my work but OpenGL is not used anywhere.
 
Share this answer
 

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