Video Streaming in Windows

M

mpaliath

Hi guys

I am currently involved in a project which requires me to recieve and
play streaming video as well as send it. In Visual C++ is there any
free library which helps me do this as 'streaming' is not part of the
actual project, i am allowed to use external libraries. Also could
anyone tell me where I can learn about video streaming in c++ so I can
code the streaming part myself too

thx
 
T

TB

(e-mail address removed) sade:
Hi guys

I am currently involved in a project which requires me to recieve and
play streaming video as well as send it. In Visual C++ is there any
free library which helps me do this as 'streaming' is not part of the
actual project, i am allowed to use external libraries. Also could
anyone tell me where I can learn about video streaming in c++ so I can
code the streaming part myself too

thx

Have you tried www.sourceforge.net?
 
S

Shark

Hi guys

I am currently involved in a project which requires me to recieve and
play streaming video as well as send it. In Visual C++ is there any
free library which helps me do this as 'streaming' is not part of the
actual project, i am allowed to use external libraries. Also could
anyone tell me where I can learn about video streaming in c++ so I can
code the streaming part myself too

thx

http://sourceforge.net/projects/gnutelephony/

just use this library (it should work with mingw, and then you can use
those in vc++) and you can add video streaming on top, hehe. Streaming
is all about data structures and networks...so you should look into
that first. Or better, use java because it combines most of these
things neatly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top