Gstreamer1.0-libav not found in tdx-reference-multimedia-image

Salam ,

I need to run this command on apalis-tk1 terminal to open camera supported by an encoder

gst-launch-1.0 rtspsrc location=rtsp://192.168.1.195:554/h264 latency=10 ! decodebin ! autovideosink

an error occurred , said that

missing element: h.264 (base line profile) decoder

your Gstremer installation is missing a plug-in

I did not install gstreamer it came by default with multimedia image.

how can I install gstreamer1.0-libav plug-in in wayland terminal since i have no yam, apt-get … ?
is there any other soltion that i can come over this problem ?

The following steps show how to install gstreamer1.0-libav into a rootfs image.

  1. Add the following lines into the configuration file conf/local.conf.
    IMAGE_INSTALL_append = " gstreamer1.0-libav"
    LICENSE_FLAGS_WHITELIST = “commercial”
  2. Build gstreamer1.0-libav.
    $ bitbake gstreamer1.0-libav
  3. Build the rootfs image.
    $ bitbake
    $ <image_name>

HI @rama.aloufee

Thanks for writing to the Toradex Community!

Unfortunately we only support Kernel 5.x and higher on the current versions of Apalis iMX8QM.
I see that there are some answers on the NXP community. What exactly is your issue?

Best regards,
Jaski

my issue : how to install gstreamer1.0-libav to my multimedia image
since multimedia image has gstreamer but not all the plugins are there
the answer was by append gstreamer1.0-libav to my multimedia image
then re-bitbake

OK, is the issue solved now?

yes it is solved now
i have mentioned that already

the answer was by append gstreamer1.0-libav to my multimedia image
then re-bitbake

Perfect that the issue is solved.

Thanks for the feedback.
Best regards,
Jaski