gstreamer camera access issue

Thibault Saunier tsaunier at gnome.org
Tue May 12 12:38:00 UTC 2020


Hello,

It looks like you camera can't output h264 (at least in byte-stream), you
should check what format are supported, and encode the stream if only raw,
or add an h264parse if it can help.

- Thibault

On Tue, May 12, 2020 at 7:33 AM Sudeendra M.G <sudeendra.mg at gmail.com>
wrote:

> Dear members,
>
> I face below issue:
>
> gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-h264, width=640, height=480, framerate=15/1, stream-format=byte-stream" ! rtph264pay ! udpsink host=192.168.1.4 port=5000
>
> Setting pipeline to PAUSED ...
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock*ERROR: from element /GetPipeline:pipeline0/GetV4l2Src:v4l2src0: Internadata stream error.
> Additional debug info:
> gstbasesrc.c (3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2src/v4l2src0:
> streaming stopped, reason not-negotiated (-4)*
> Execution ended after 0:00:00.001437437
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
>
> Could you please check above issue and help me with the solution?
>
>
> Thanks & Best Regards,
> Sudeendra
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200512/dcd86373/attachment.htm>


More information about the gstreamer-devel mailing list