I have tried below procedure to install rtmp from gst-plugins-bad in my image with no luck.
I have also tried using gst-plugins-bad-meta but I can't get rtmp plugin installed in my image . Nothing seems To work.
Any help is appreciated.
Hello Mehdi Sarkeshi,
I would recommend first listing all the available packages on the branch you are using. If possible I would also recommend using one of the latest branches like fido.
Once you have your environment setup please run
$ bitbake -s
This will list all available packages. You may use grep in order to look for keywords, like the plugins available:
$ bitbake -s | grep gst-plugins
And chose from these lists, the packages available should install successfully.