<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le lun. 7 sept. 2020 10 h 00, alisemih <<a href="mailto:ali.semih.yilmaz@hotmail.com">ali.semih.yilmaz@hotmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I debugged with debug mode 4 and i analyzed output. So i catched some things.<br>
<br>
FIXME  default<br>
gstutils.c:3981:gst_pad_create_stream_id_internal:<fakesrc1:src> Creating<br>
random stream-id, consider implementing a deterministic way of creating a<br>
stream-id<br>
<br>
WARN  rtpjitterbuffer rtpjitterbuffer.c:570:calculate_skew: delta - skew:<br>
0:00:01.020225793 too big, reset skew<br>
<br>
WARN  basesrc gstbasesrc.c:3055:gst_base_src_loop:<udpsrc0> error: Internal<br>
data stream error.<br>
WARN  basesrc gstbasesrc.c:3055:gst_base_src_loop:<udpsrc0> error: streaming<br>
stopped, reason not-linked (-1)<br>
<br>
WARN  rtspsrc gstrtspsrc.c:5915:gst_rtsp_src_receive_response:<source><br>
receive interrupted<br>
WARN  rtspsrc gstrtspsrc.c:7669:gst_rtspsrc_close:<source> TEARDOWN<br>
interrupted<br>
<br>
How do i fixed these?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">What is relevant here is "not-linked" error. rtspsrc element only know during RTSP handshake which streams will be available. For each stream it will create and expose a pad. Application must watch for pad-added signal and link these pads to the rest of the pipeline. If I remember well, you have to link at least one pad in order to avoid this error.</div><div dir="auto"><br></div><div dir="auto">p.s. you can read and inspect the "current_caps" on the exposed pad to learn more about what stream format that new pad is exposing.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>