Help to compile gstreamer on Udoo

Discussion in 'General Discussion' started by WJMazepas, Oct 20, 2015.

  1. WJMazepas

    WJMazepas New Member

    Joined:
    Oct 20, 2015
    Messages:
    7
    Likes Received:
    0
    Hello Everyone
    I have a UDOO Dual and i am using gstreamer to stream a webcam video to my PC.
    Already works, but it has a delay of 2 seconds, which for my aplicattion, a RC Car with a web cam, it's a huge delay.
    Searching a little bit, i found that the Cortex-A9 in UDOO is slow for video, and that i needed to compile gstreamer again for using the GPU on it for encoding the video.

    Can anyone help-me? Please, i have been searching for it for days but i never founded how to do it
     
  2. balukio

    balukio New Member

    Joined:
    Jul 11, 2020
    Messages:
    4
    Likes Received:
    0
    Delete old build
    sudo rm -rf /usr/local/include/gstreamer-1.0
    sudo rm -rf /usr/include/gstreamer-1.0

    # Remove only gstreamer, in my case it has only gstreamer lib
    sudo rm -rf /usr/local/lib/*.
    Tutuapp 9apps Showbox
     

Share This Page