admin管理员组

文章数量:1352205

currently I’m building an application that will need to handle different types of streams, some of them are H264 and some other are MJPEG, thus I’m trying to build C++ code that generates the adecuate gstreamer pipeline according to each stream.

My idea is to get the type of stream sent using the gst-discoverer, so far I’ve only managed to do it through the command line using the gst-discoverer-1.0 command. Does anyone know if this feature can be used inside C++ code ?

本文标签: windowsUsing gstreamer discoverer inside C codeStack Overflow