How to Capture Audio + video and send the stream through network
Unsolved
General and Desktop
-
Hello Qt Developers.
I am new to Qt and have been learning it for 4 - 5 months. Now I really want to do something serious as i think i have some very, very basic concepts about Qt. What i want to do is audio + video online chat server/client application. As i said above i know what QTcpServer and QTcpSocket are for but from where (Q**** library:) do you advise me to begin with capturing audio and video? Thank you in advance!!!! -
Hi and welcome to devnet,
Video streaming is not an easy task. You should consider QtGStreamer. It will allow you to use GStreamer easily in your Qt application and gstreamer makes it easy to stream audio/video over a network.