<?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>topic Re: How to play Audio and Video ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165334#M4331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;root@freescale /home/user$ gst-inspect | grep mad&lt;BR /&gt;rtp:&amp;nbsp; rtppcmadepay: RTP PCMA depayloader&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, i did enabled Ugly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2011 11:30:15 GMT</pubDate>
    <dc:creator>G_rio</dc:creator>
    <dc:date>2011-08-15T11:30:15Z</dc:date>
    <item>
      <title>How to play Audio and Video ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165332#M4329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm following this&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3"&gt;http://imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://imxdev.org/wiki/index.php?title=All_Boards_Video"&gt;http://imxdev.org/wiki/index.php?title=All_Boards_Video&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i get error when i try to run a music ou video&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: red; font-size: 2; "&gt;&lt;SPAN&gt;One element could not be created. Exiting.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: red; font-size: 2; "&gt;&lt;SPAN&gt;(this error occurs in)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; decoder = gst_element_factory_make ("mad", "mp3-decoder");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to run this cmd too&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: red; font-size: 2; "&gt;&lt;SPAN lang="EN-US" lang="EN-US"&gt;gst-launch filesrc location=MP3.mp3 ! mad ! audioconvert ! audioresample ! osssink&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipelibe: no element "mad"&lt;SPAN style=": ; color: red; font-size: 2; "&gt;&lt;SPAN lang="EN-US" lang="EN-US"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remember that i've included all gstreamer plugin, alsa-utils and libmad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: red; font-size: 2; "&gt;&lt;SPAN lang="EN-US" lang="EN-US"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 12:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165332#M4329</guid>
      <dc:creator>G_rio</dc:creator>
      <dc:date>2011-08-11T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to play Audio and Video ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165333#M4330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly-plugins/html/gst-plugins-ugly-plugins-plugin-mad.html"&gt;http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly-plugins/html/gst-plugins-ugly-plugins-plugin-mad.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you enabled Ugly too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What did you get with gst-inspect | grep mad ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 17:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165333#M4330</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-08-11T17:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to play Audio and Video ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165334#M4331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;root@freescale /home/user$ gst-inspect | grep mad&lt;BR /&gt;rtp:&amp;nbsp; rtppcmadepay: RTP PCMA depayloader&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, i did enabled Ugly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 11:30:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-play-Audio-and-Video/m-p/165334#M4331</guid>
      <dc:creator>G_rio</dc:creator>
      <dc:date>2011-08-15T11:30:15Z</dc:date>
    </item>
  </channel>
</rss>

