This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5708: GStreamer error

Part Number: AM5708

Hello everyone

I am using AM5708, the Processor SDK is ti-processor-sdk-linux-rt-am57xx-evm-04.03.00.05,

when I use:
       "gst-launch-1.0 -e videotestsrc ! video/x-raw, format=RGB, framerate=30/1, width=800, height=800 ! videoconvert ! ducatih264enc bitrate=4000 ! queue ! h264parse ! mp4mux ! filesink location= filename.mp4",

the following error is reported:
      WARNING: erroneous pipeline: no element "videotestsrc"


So how can I implement the mp4 file generated by gstreamer on AM5708?

best regards

mql

  • Hi,

    Processor SDK 4.3 is quite old and we do not support it any more. Can you migrate to newer Processor SDK (6.x)? videotestsrc plugin should be included in the filesystem. Please do gst-inpect, dump the list of all supported plugins and check if videotestsrc is included or not. 

    Regards,

    Manisha