<div dir="ltr"><div><div><div><div>We've been debugging an issue where an rtsp stream wasn't working. It turns out that we had UDP blocked on a firewall.<br><br></div>The thing is, rtspsrc has a test for this and issues a warning, but our app never saw the warning and so never alerted us to the issue.<br><br></div>When we turned on debugging for GST_MESSAGES we saw numerous occurrences of this:<br><br>gst_element_post_message_default:<udpsrc1> not posting message 0x7fd740002ba0: no bus<br><br></div>So it seems that rtspsrc is failing to provide a bus to its own plugins and so they can't send warnings and/or errors to the app. This may be intentional to avoid spamming the app with errors, but it seems that some useful messages are getting lost in the process.<br><br></div><div><div><div><div><div><div><br>-- <br><div class="gmail_signature">Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br><a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a></div>
</div></div></div></div></div></div></div>