> 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
