Ошибка gstreamer (из элемента / GstPipeline: pipe0 / GstV4l2Sr c: v4l2src0: Внутренняя ошибка потока данных.) - PullRequest
0 голосов
/ 04 мая 2020

Я пытаюсь установить связь rtp с помощью gstreamer, но получаю эту ошибку. Пожалуйста, помогите исправить ошибку! Пожалуйста!

gst-launch-1.0 -v v4l2src device=/dev/video0 ! video/x-raw,
width=640, heigth=480 ! videoconvert ! x264enc ! rtph264pay ! udpsink
host=127.0.0.1 port=5000 



> Setting pipeline to PAUSED ... Pipeline is live and does not need
> PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock
> ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
> Internal data flow error. Additional debug info: gstbasesrc.c(2948):
> gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
> streaming task paused, reason not-negotiated (-4) Execution ended
> after 0:00:00.002814879 Setting pipeline to PAUSED ... Setting
> pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline
> ...
...