Hello,<br><br>I am currently having issues with some gstreamer code that I inherited from a colleague who has moved onto greener pastures.  Specifically, I am having issues with implementing RTP.<br><br>The following pipeline works and sends the required packets over UDP multicast.  Note that my syntax may or may not be exact since I do not have the code in front of me at the moment.<br>
<br>appsrc ! video/x-mpegts ! udpsink host=<MULTICAST ADDRESS> port=<port><br><br>Here is the RTP pipeline that is causing the issue.  Namely, I get the not-linked (-1) error for the appsrc.<br><br>appsrc ! video/x-mpegts ! rtpmp2tpay ! udpsink host=<MULTICAST ADDRESS> port=<port><br>
<br>Note that the only difference is the addition of the rtmp2tpay element.  Any thoughts as to why this does not work?<br><br>Thanks in advance for the help.<br clear="all"><br>-- <br>Peter Witkowski<br><a href="mailto:pwitkowski@gmail.com">pwitkowski@gmail.com</a><br>