Tried it with no luck. The image bakes with no error but libgstrtmp.so is not populated. I saw in the README for rtmp plugin says :
*"This plugin requires librtmp from http://rtmpdump.mplayerhq.hu/ <http://rtmpdump.mplayerhq.hu/>* *You have to build librtmp with -fPIC to be able to use it* *with the GStreamer plugin: make XCFLAGS="-fPIC""* I am fairly new to YOCTO. Not sure if I should modify the recipe (or any other file for that matter ) to address this. On Mon, Jul 6, 2015 at 9:43 AM, Alexander Shashkevych <[email protected]> wrote: > > I have been trying to add RTMP plugin to my image. In particular, I need > the > > rtmpsink element. I have tried adding gst-plugins-bad-meta to my > local.conf > > but this does not generate the libgstrtmp.so. Is there a special > procedure > > to add this plugin to my image? Any help is much appreciated. > > Have you tried to add in your local.conf: > > PACKAGECONFIG_append_pn-gstreamer1.0-plugins-bad = " rtmp" > > This enables rtmp plugin in "gstreamer1.0-plugins-bad" recipe. > > PS: Extra space in quotes is required. > > -- > Alexander >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
