<div dir="ltr">What version of the RTSP server are you using? What are the problems? Use GST_DEBUG=<XXX> to get debugging logs. You will have to experiment with the 'XXX' to get useful logging. Google for the syntax. Then post part of the log if you still have problems.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 29, 2014 at 2:04 AM, RajuB <span dir="ltr"><<a href="mailto:raju.babannavar@gmail.com" target="_blank">raju.babannavar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I am experimenting with test application (test-launch) of gst-rtsp-server. I<br>
am trying the below given pipeline1 but I am not able to see the output. If<br>
I replace udp input with file input (pipeline2) everything works fine.<br>
<br>
pipeline1:<br>
./test-launch "udpsrc port=9999 ! tsdemux ! h264parse ! rtph264pay name=pay0<br>
pt=96"<br>
<br>
pipeline2:<br>
./test-launch "filesrc location=sample.ts ! tsdemux ! h264parse ! rtph264pay<br>
name=pay0 pt=96"<br>
<br>
Am I missing something here. Can anybody point me what is the problem.<br>
Thanks in advance.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/issue-in-input-to-RTSP-server-tp4668880.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/issue-in-input-to-RTSP-server-tp4668880.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>