<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processorsのトピックsrtpenc is missing from gstreamer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/srtpenc-is-missing-from-gstreamer/m-p/2248355#M242396</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m trying to use the GStreamer element&amp;nbsp;&lt;/SPAN&gt;srtpenc&lt;SPAN&gt;&amp;nbsp;on our i.MX8MP board with 5.15 kirkstone, but it’s showing as “no element srtpenc,” even though&amp;nbsp;&lt;/SPAN&gt;gstreamer1.0-plugins-bad&lt;SPAN&gt;&amp;nbsp;is installed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tusharvernekar_1-1764070702633.png" style="width: 725px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367162iC836A96D4774CE76/image-dimensions/725x96?v=v2" width="725" height="96" role="button" title="tusharvernekar_1-1764070702633.png" alt="tusharvernekar_1-1764070702633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 11:39:52 GMT</pubDate>
    <dc:creator>tusharvernekar</dc:creator>
    <dc:date>2025-11-25T11:39:52Z</dc:date>
    <item>
      <title>srtpenc is missing from gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/srtpenc-is-missing-from-gstreamer/m-p/2248355#M242396</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m trying to use the GStreamer element&amp;nbsp;&lt;/SPAN&gt;srtpenc&lt;SPAN&gt;&amp;nbsp;on our i.MX8MP board with 5.15 kirkstone, but it’s showing as “no element srtpenc,” even though&amp;nbsp;&lt;/SPAN&gt;gstreamer1.0-plugins-bad&lt;SPAN&gt;&amp;nbsp;is installed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tusharvernekar_1-1764070702633.png" style="width: 725px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/367162iC836A96D4774CE76/image-dimensions/725x96?v=v2" width="725" height="96" role="button" title="tusharvernekar_1-1764070702633.png" alt="tusharvernekar_1-1764070702633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 11:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/srtpenc-is-missing-from-gstreamer/m-p/2248355#M242396</guid>
      <dc:creator>tusharvernekar</dc:creator>
      <dc:date>2025-11-25T11:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: srtpenc is missing from gstreamer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/srtpenc-is-missing-from-gstreamer/m-p/2248432#M242400</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The srtpenc plugin is part of the gstreamer1.0-plugins-bad package, but sometimes not all elements within a package are built by default due to missing dependencies or configuration options.&lt;BR /&gt;&lt;BR /&gt;To resolve this issue, you need to ensure that the libsrtp development package is installed as it's a dependency for building the srtpenc element. You can add this to your Yocto build by modifying your local.conf file or creating a custom recipe to include libsrtp2-dev.&lt;BR /&gt;&lt;BR /&gt;For your i.MX8MP board running 5.15 kirkstone, add the following to your local.conf:&lt;BR /&gt;&lt;BR /&gt;```&lt;BR /&gt;IMAGE_INSTALL:append = " libsrtp2-dev"&lt;BR /&gt;PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " srtp"&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;Then rebuild the gstreamer1.0-plugins-bad package:&lt;BR /&gt;&lt;BR /&gt;```&lt;BR /&gt;bitbake -c cleansstate gstreamer1.0-plugins-bad&lt;BR /&gt;bitbake gstreamer1.0-plugins-bad&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;After rebuilding your image and deploying it to your board, the srtpenc element should be available for your GStreamer pipelines.&lt;BR /&gt;&lt;BR /&gt;You can verify the element's availability by running:&lt;BR /&gt;```&lt;BR /&gt;gst-inspect-1.0 srtpenc&lt;BR /&gt;```&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/srtpenc-is-missing-from-gstreamer/m-p/2248432#M242400</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-11-25T14:05:39Z</dc:date>
    </item>
  </channel>
</rss>

