Streaming camera IP HD in embedded system

Anuroop Jesu jesuas at gmail.com
Fri Jan 23 14:18:49 PST 2015


You can get the details of the playbin2 by settings

export GST_DEBUG=3
before starting playbin2

setting higher value will give more logs


Regards
Anuroop

On Fri, Jan 23, 2015 at 4:24 AM, nero88 <vazlup at gmail.com> wrote:

> Hi, I'm trying to play a camera IP with an embedded system that includes a
> display using Gstreamer.
> If I use the command playbin2 the streaming play but if I use souphttpsrc i
> can not see anything and I get an error.
> Is there any way I can see how it is configured the pipeline when I use the
> command playbin2?
>
> Resolution video: 1280x720
> Gstreamer 0.1
>
> *Result:*
> /gst-launch-0.10 playbin2 uri=http://192.168.0.231/
> Out (Play streaming):
> Pipeline is PREROLLING ...
> Prerolled, waiting for buffering to finish...
> Pipeline is PREROLLED ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
>
> -----
> /gst-launch-0.10 souphttpsrc is-live=FALSE location=http://192.168.0.251 !
> queue2 use-buffering=true max-size-bytes= 20971520 max-size-buffers=0
> max-size-time=0 ! jpegdec ! autovideosink/
> Out (NO play streaming):
> Pipeline is PREROLLING ...
> ERROR: from element /GstPipeline:pipeline0/GstJpegDec:jpegdec0: Buffer
> allocation failed, reason: not-negotiated
> Additional debug info:
> gstjpegdec.c(1494): gst_jpeg_dec_chain ():
> /GstPipeline:pipeline0/GstJpegDec:jpegdec0:
> Buffer allocation failed, reason: not-negotiated
> ERROR: pipeline doesn't want to preroll.
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
> Thanks!
>
>
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Streaming-camera-IP-HD-in-embedded-system-tp4670410.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150123/078366e7/attachment.html>


More information about the gstreamer-devel mailing list