<div dir="ltr">There isn't anything special about an RTSP server pipeline. It is just a pipeline. The RTSP Media object has a pipeline pointer. You can access that object and iterate the pipeline elements and do anything you want to do, just like a any other pipeline. Just remember that the pipeline you specify is wrapped by a gstrtpbin object.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 4:46 PM, Dexter Metzger <span dir="ltr"><<a href="mailto:dexter.metzger@gmail.com" target="_blank">dexter.metzger@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Does anyone have any examples on using AppSrc with rtsp-server? This question has been asked multiple times in the past, but has never been answered. I'm unable to find any documentation describing how it can be done.</div>
<div> </div><div>The problem with RTSP server is that it envelops the pipeline, restricting access to the elements. This prevents a developer from making calls on the "appsrc" element. I found one post that describes a partial solution (<a href="http://lists.freedesktop.org/archives/gstreamer-devel/2012-November/037854.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/2012-November/037854.html</a>) but it lacks a complete implementation and I'm not able to get a program working using its concepts.</div>
</div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>