<div dir="ltr">Hello,<div><br></div><div>using gstreamer-1.10 I have been trying several version of pipeline to decode an RTSP stream that starts as a webrtc connection.</div><div><br></div><div><br></div><div>ffprobe reports stream as</div><div><br></div><div><div>Duration: N/A, start: 0.128000, bitrate: N/A</div><div>Stream #0:0: Audio: aac (LC), 48000 Hz, stereo, fltp</div><div>Stream #0:1: Video: h264 (Constrained Baseline), yuv420p, 512x288 [SAR 1:1 DAR 16:9], 30 fps, 30 tbr, 90k tbn, 60 tbc</div></div><div><br></div><div><br></div><div>using variations of the following pipeline </div><div><br></div><div><div>GST_DEBUG=3 gst-launch-1.0  -e rtspsrc location=rtsp://xxx.xxx.xxx.xxx:1935/alpha/Stream1  \</div><div>! decodebin name=decode \</div><div>decode. \</div><div>! x264enc bitrate=512 speed-preset=6 \</div><div>! video/x-h264, profile=baseline  \</div><div>! queue ! mp4mux name=mp4mux ! filesink location=file.mp4 \</div><div>decode. ! avenc_aac bitrate=96000 ! aacparse ! queue  ! mp4mux.</div></div><div><br></div><div>I get the following errors</div><div><br></div><div><div>0:00:00.299416405  7705 0x7f0d48001e80 WARN                 default grammar.y:510:gst_parse_no_more_pads:<decode> warning: Delayed linking failed.</div><div>0:00:00.299435518  7705 0x7f0d48001e80 WARN                 default grammar.y:510:gst_parse_no_more_pads:<decode> warning: failed delayed linking some pad of GstDecodeBin named decode to some pad of GstX264Enc named x264enc0</div><div>WARNING: from element /GstPipeline:pipeline0/GstDecodeBin:decode: Delayed linking failed.</div><div>Additional debug info:</div><div>./grammar.y(510): gst_parse_no_more_pads (): /GstPipeline:pipeline0/GstDecodeBin:decode:</div><div>failed delayed linking some pad of GstDecodeBin named decode to some pad of GstX264Enc named x264enc0</div><div>0:00:01.296295371  7705 0x7f0d6402a8f0 WARN                 basesrc gstbasesrc.c:2951:gst_base_src_loop:<udpsrc3> error: Internal data stream error.</div><div>0:00:01.296324999  7705 0x7f0d6402a8f0 WARN                 basesrc gstbasesrc.c:2951:gst_base_src_loop:<udpsrc3> error: streaming stopped, reason not-linked (-1)</div></div><div><br></div><div><br></div><div>what is the correct pipeline to decode this stream?</div><div><br></div><div>thanks</div><div>Art</div><div><br></div></div>