How to stream video from camera using QT6 and GStreamer?
-
Currently I am trying to develop videochat application that stream video from camera over rtmp.
So, I need create QUrl that point to gstreamer pipeline. But custom pipeline support was removed from qt6.
How could I add this backend to qt? Or can I intercept raw data in QMediaRecorder and route them to gstreamer pipeline manually?
-
Currently I am trying to develop videochat application that stream video from camera over rtmp.
So, I need create QUrl that point to gstreamer pipeline. But custom pipeline support was removed from qt6.
How could I add this backend to qt? Or can I intercept raw data in QMediaRecorder and route them to gstreamer pipeline manually?