I am making a "simple" software that can streaming video (without audio) from pc to pc. I am a newbie in Qt so I have some questions:
- Does Qt 5.1 have any class to Encode and Decode video?
- If not, can I use other libraries (such as gstreamer) to Codec the video? And how can I import them into a Qt based project.
I need all of your advice. Thank you very much.