<div dir="ltr"><p>From a camera I want to receive the video stream (h264) and the onvif data<br>I seem to be able to receive both from different pipelines but when I combine both with a tee element it does not work.<br>Depending of the changes I make I get errors, like :<br>/gstPipeline:pipeline0/GstRtspSrc:rtpsrc0:udpsrc3: internal data error<br>/gstPipeline:pipeline0/GstRtspSrc:rtpsrc0:udpsrc3: streaming task paused, reason not linked.(-1)</p><p>I think it has something to do with the caps, but I can't figure out what is wrong. Any help is Welkom<br>The pipeline is :<br>gst-launch-1.0 rtsp:"url' ! tee name=tp ! queue ! rtph264depay ! h264parse ! matroskamux ! filesink location=test-1.mkv tp. ! queue ! application/x-rtp, media=application ! fakesink<br>Thanks in advance</p></div>