Advertisement
Guest User

Untitled

a guest
Sep 10th, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. raspberry@raspberrypi:~ $ gst-launch-1.0 rpicamsrc bitrate=6000000 ! 'video/x-h264,width=1920,height=1080' ! h264parse ! queue ! rtph264pay config-interval=1 pt=96 ! gdppay ! udpsink host=192.168.1.77 port=5000
  2. Setting pipeline to PAUSED ...
  3. Pipeline is live and does not need PREROLL ...
  4. Pipeline is PREROLLED ...
  5. Setting pipeline to PLAYING ...
  6. New clock: GstSystemClock
  7. ERROR: from element /GstPipeline:pipeline0/GstH264Parse:h264parse0: Error parsing H.264 stream
  8. Additional debug info:
  9. ../gst/videoparsers/gsth264parse.c(1447): gst_h264_parse_handle_frame (): /GstPipeline:pipeline0/GstH264Parse:h264parse0:
  10. No H.264 NAL unit found
  11. Execution ended after 0:00:02.357459266
  12. Setting pipeline to NULL ...
  13. ERROR: from element /GstPipeline:pipeline0/GstRpiCamSrc:rpicamsrc0: Internal data stream error.
  14. Additional debug info:
  15. ../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstRpiCamSrc:rpicamsrc0:
  16. streaming stopped, reason error (-5)
  17. Freeing pipeline ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement