I am using imx6qsabresd board.
I want to use live555 package.
I use "bitbake -s | grep live555" command to ensure this package is available.
Then i add "CORE_IMAGE_EXTRA_INSTALL += "live555 live555-openrtsp live555-playsip live555-mediaserver" line in local.conf to add this package in my fsl-image-multimedia-full image.
And last use "bitbake fsl-image-multimedia-full image" command to build the image.
But after running this image i unable to use livemedia, openRTPS etc command.
So how to verify if live555 package is installed or not?
And if yes how to use this package to stream camera feed over ethernet?
currently i am using gstreamer but i want to try live555.