<div dir="ltr">I think you should be using avh264dec or something similar. Check it with gst-inspect, just do gst-inspect-1.0 | grep h264, it should appear on that list</div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/8/12 Marcin Kolny <span dir="ltr"><<a href="mailto:marcin.kolny@gmail.com" target="_blank">marcin.kolny@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi, I'm trying to get a video stream from rtp using a pipeline:<br><br>gst-launch-1.0 udpsrc port=18888 multicast-iface="lo" multicast-group="232.4.130.146" buffer-size=1000000 caps="application/x-rtp,clock-rate=90000" do-timestamp=false ! rtph264depay ! decodebin ! autovideosink<br>

<br>but it doesn't work for me. My output:<br><br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br><br>And nothing's more - window with video doesn't display.<br>

<br>When I'd change gst-launch-1.0 to gst-launch-0.10, playing works fine.<br>I think, the problem is with rtph264 depay. I tried to use pipeline:<br><br>gst-launch-1.0 udpsrc port=18888 multicast-iface="lo" multicast-group="232.4.130.146" buffer-size=1000000 caps="application/x-rtp,clock-rate=90000" do-timestamp=false ! filesink location="test"<br>

<br><br>File "test" was created, and his size was bigger than 0.<br><br>Later I created pipeline shown below;<br><br>gst-launch-1.0 udpsrc port=18888 multicast-iface="lo" multicast-group="232.4.130.146" buffer-size=1000000 caps="application/x-rtp,clock-rate=90000" do-timestamp=false ! rtph264depay ! filesink location="test"<br>

<br>File "test" also was created, but size equals zero.<br><br>Is it possible, that h264depay doesn't work in gstreamer-1.0? How can I solve my problem?<br><br>Best regards,<br>Marcin Kolny</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>