<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I am running a pipeline on iOS and macOS, reading from an rtmp server. It throws the following error message:</div><div class=""><i class="">Internal data flow error.<br class="">gstbasesrc.c(2947): void gst_base_src_loop(GstPad *) (): /GstPipeline:pipeline0/GstRTMPSrc:rtmpsrc0:<br class="">streaming task paused, reason not-linked (-1)</i></div><div class=""><br class=""></div><div class="">I am running the 1.9.1 developer packages. I can run other pipelines (e.g. file based or streaming from tcpsrc), so I think I know the integration on iOS/macOS is correct.</div><div class=""><br class=""></div><div class="">Here is the pipeline:</div><div class="">rtmpsrc location=<a href="rtmp://10.0.1.13:1935/live/a" class="">rtmp://10.0.1.13:1935/live/a</a> ! decodebin</div><div class="">A custom sink is then programmatically added at the end. </div><div class=""><br class=""></div><div class="">I can read from the rtmp server using the exact same pipeline on Windows, so I think I know the pipeline is correct.</div><div class=""><br class=""></div><div class=""><div class="">Does anybody have a good suggestion for how I should debug this further?</div></div><div class=""><br class=""></div><div class="">Best,</div><div class="">Torkel</div></body></html>