<div dir="ltr"><div>You can get the details of the playbin2 by settings <br><br></div><div><pre style class=""><code><span class="">export</span><span class=""> GST_DEBUG</span><span class="">=</span><span class="">3<br>before starting playbin2 </span></code></pre><pre style class=""><code><span class="">setting higher value will give more logs<br></span></code></pre></div><div class="gmail_extra"><br><div><div class="gmail_signature"><div>Regards<br>Anuroop<br></div></div></div>
<br><div class="gmail_quote">On Fri, Jan 23, 2015 at 4:24 AM, nero88 <span dir="ltr"><<a href="mailto:vazlup@gmail.com" target="_blank">vazlup@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, I'm trying to play a camera IP with an embedded system that includes a<br>
display using Gstreamer.<br>
If I use the command playbin2 the streaming play but if I use souphttpsrc i<br>
can not see anything and I get an error.<br>
Is there any way I can see how it is configured the pipeline when I use the<br>
command playbin2?<br>
<br>
Resolution video: 1280x720<br>
Gstreamer 0.1<br>
<br>
*Result:*<br>
/gst-launch-0.10 playbin2 uri=<a href="http://192.168.0.231/" target="_blank">http://192.168.0.231/</a><br>
Out (Play streaming):<br>
Pipeline is PREROLLING ...<br>
Prerolled, waiting for buffering to finish...<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
<br>
-----<br>
/gst-launch-0.10 souphttpsrc is-live=FALSE location=<a href="http://192.168.0.251" target="_blank">http://192.168.0.251</a> !<br>
queue2 use-buffering=true max-size-bytes= 20971520 max-size-buffers=0<br>
max-size-time=0 ! jpegdec ! autovideosink/<br>
Out (NO play streaming):<br>
Pipeline is PREROLLING ...<br>
ERROR: from element /GstPipeline:pipeline0/GstJpegDec:jpegdec0: Buffer<br>
allocation failed, reason: not-negotiated<br>
Additional debug info:<br>
gstjpegdec.c(1494): gst_jpeg_dec_chain ():<br>
/GstPipeline:pipeline0/GstJpegDec:jpegdec0:<br>
Buffer allocation failed, reason: not-negotiated<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
Thanks!<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Streaming-camera-IP-HD-in-embedded-system-tp4670410.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Streaming-camera-IP-HD-in-embedded-system-tp4670410.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></div>