Hello everyone, ı am new about gstreamer. I create a gstremer structure with Qt painter class in QGC. I take to android build and connect from h16 skydroid to receiver and ı run the qgc. But when camera video coming to my gstreamer structure although it starts without any delay at first, the delay increases later on and my camera can no longer shoot images and my camera interrupts. My code rtsp_pipeline elements is here:
std::string pipeline_str = "rtspsrc location=" + camera + " latency=0 ! rtpjitterbuffer latency=10 ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=RGB ! appsink name=app_sink sync=false";
I would be very grateful if you could help me with this matter.
@JulianOes