Error: gstreamer video window mode

Discussion in 'UDOO DUAL' started by Hirschkuh, Nov 24, 2018.

  1. Hirschkuh

    Hirschkuh New Member

    Joined:
    Nov 24, 2018
    Messages:
    1
    Likes Received:
    0
    Hey guys,

    i get the following error message:

    Setting pipeline to PAUSED ...
    Pipeline is live and does not need PREROLL ...
    Setting pipeline to PLAYING ...
    New clock: GstSystemClock
    ERROR: from element /GstPipeline:pipeline0/GstImxV4l2VideoSrc:imxv4l2videosrc0: Internal data flow error.
    Additional debug info:
    gstbasesrc.c(2865): gst_base_src_loop (): /GstPipeline:pipeline0/GstImxV4l2VideoSrc:imxv4l2videosrc0:
    streaming task paused, reason error (-5)
    Execution ended after 0:00:00.128343769
    Setting pipeline to PAUSED ...
    Setting pipeline to READY ...
    Setting pipeline to NULL ...
    Freeing pipeline ...​


    when i try the following command: gst-launch-1.0 imxv4l2videosrc ! imxeglvivsink

    Do you have a solution for that?

    Thanks
     
  2. Mary25

    Mary25 UDOOer

    Joined:
    Jan 18, 2023
    Messages:
    3
    Likes Received:
    0
    This error message indicates that there was an internal data flow error while trying to stream video using the "imxv4l2videosrc0" element of the GStreamer pipeline.
    The error message "streaming task paused, reason error (-5)" suggests that there was a problem with the data stream that was being received by the element.
    Check if the input source is working properly and sending the video data. Try using a different video source or element to see if the error persists.
     

Share This Page