<?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のトピックRe: mplayer and ALSA audio</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171962#M5742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should have said, I was running mplayer on our i.MX28 board, not on my host machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 13:12:21 GMT</pubDate>
    <dc:creator>iMxGuy</dc:creator>
    <dc:date>2011-09-29T13:12:21Z</dc:date>
    <item>
      <title>mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171960#M5740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;mplayer is not outputing audio to my sound device. I am able to play sounds using aplay and mp3play, but with mplayer I get no sound. mplayer -ao shows the following output. I don't see ALSA listed. How can I get ALSA support for mplayer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@freescale ~$ mplayer -ao help&lt;BR /&gt; MPlayer 1.0rc2-4.4.4 (C) 2000-2007 MPlayer Team&lt;BR /&gt;Available audio output drivers:&lt;BR /&gt;oss OSS/ioctl audio output&lt;BR /&gt;mpegpes DVB audio output&lt;BR /&gt;v4l2 V4L2 MPEG Audio Decoder output&lt;BR /&gt;null Null audio output&lt;BR /&gt;pcm RAW PCM/WAVE file writer audio output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 16:09:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171960#M5740</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-09-23T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171961#M5741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the following helped for me, though I worked on a ubuntu platform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="wiki_entry"&gt;For Mplayer Alsa-support you'll need the&amp;nbsp;libasound2-dev&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;If you run the mplayer ./configure script it will report&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;Checking for ALSA audio ... yes (using alsa 1.0.x and alsa/asoundlib.h)&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;Greetings,&lt;/DIV&gt;&lt;DIV class="wiki_entry"&gt;F&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 12:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171961#M5741</guid>
      <dc:creator>FS1z</dc:creator>
      <dc:date>2011-09-29T12:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171962#M5742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should have said, I was running mplayer on our i.MX28 board, not on my host machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171962#M5742</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-09-29T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171963#M5743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assumed this ;-) I added the mplayer package in ltib and built it for the target imx28evk. Below you can find the configure output during ltib build of the mplayer package. As you can see, the ALSA lib was not found. So I guess that the development libraries/sources e.g. libasound2-dev and the header file alsa/asoundlib.h are missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd mplayer-1.0~rc2&lt;/P&gt;&lt;P&gt;+ ./configure --cc=m68k-uclinux-gcc '--host-cc=ccache /usr/bin/gcc -B/usr/bin/' --enable-cross-compile --target=m68k-uclinux --disable-dvdread --enable-fbdev --disable-mencoder --enable-libavcodec_a --enable-libavutil_a --enable-libavformat_a --enable-libpostproc_a --enable-liba52 --disable-mp3lib --enable-static --disable-gui --disable-ivtv --disable-live --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-libdvdcss-internal&lt;BR /&gt;Detected operating system: uclinux&lt;BR /&gt;Detected host architecture: m68k&lt;BR /&gt;Checking for m68k-uclinux-gcc version ... not found &lt;BR /&gt;Checking for gcc version ... 4.4.4, ok &lt;BR /&gt;Checking for host cc ... ccache /usr/bin/gcc -B/usr/bin/ &lt;BR /&gt;Checking for cross compilation ... yes &lt;BR /&gt;Checking for assembler support of -pipe option ... yes &lt;BR /&gt;Checking for compiler support of named assembler arguments ... yes &lt;BR /&gt;Checking for .align is a power of two ... yes &lt;BR /&gt;Checking for -lposix ... no &lt;BR /&gt;Checking for -lm ... yes &lt;BR /&gt;Checking for langinfo ... yes &lt;BR /&gt;Checking for language ... using en (man pages: en ) &lt;BR /&gt;Checking for enable sighandler ... yes &lt;BR /&gt;Checking for runtime cpudetection ... no &lt;BR /&gt;Checking for restrict keyword ... __restrict &lt;BR /&gt;Checking for __builtin_expect ... yes &lt;BR /&gt;Checking for kstat ... no &lt;BR /&gt;Checking for posix4 ... no &lt;BR /&gt;Checking for lrintf ... yes &lt;BR /&gt;Checking for mkstemp ... yes &lt;BR /&gt;Checking for nanosleep ... yes &lt;BR /&gt;Checking for socklib ... yes &lt;BR /&gt;Checking for inet_pton() ... yes (using )&lt;BR /&gt;Checking for network ... yes &lt;BR /&gt;Checking for inttypes.h (required) ... yes &lt;BR /&gt;Checking for int_fastXY_t in inttypes.h ... yes &lt;BR /&gt;Checking for word size ... ./configure: line 2967: /tmp/mplayer-conf-9294-8118: cannot execute binary file&lt;BR /&gt;&amp;amp;#127; &lt;BR /&gt;Checking for malloc.h ... yes &lt;BR /&gt;Checking for memalign() ... yes &lt;BR /&gt;Checking for alloca.h ... yes &lt;BR /&gt;Checking for mman.h ... yes &lt;BR /&gt;Checking for dynamic loader ... yes &lt;BR /&gt;Checking for dynamic a/v plugins support ... no &lt;BR /&gt;Checking for pthread ... yes (using -lpthread)&lt;BR /&gt;Checking for w32threads ... no (using pthread instead)&lt;BR /&gt;Checking for rpath ... no &lt;BR /&gt;Checking for iconv ... yes &lt;BR /&gt;Checking for soundcard.h ... yes (sys/soundcard.h)&lt;BR /&gt;Checking for sys/dvdio.h ... no &lt;BR /&gt;Checking for sys/cdio.h ... no &lt;BR /&gt;Checking for linux/cdrom.h ... yes &lt;BR /&gt;Checking for dvd.h ... no &lt;BR /&gt;Checking for termcap ... no &lt;BR /&gt;Checking for termios ... no &lt;BR /&gt;Checking for shm ... yes &lt;BR /&gt;Checking for strsep() ... yes &lt;BR /&gt;Checking for vsscanf() ... yes &lt;BR /&gt;Checking for swab() ... yes &lt;BR /&gt;Checking for POSIX select() ... yes &lt;BR /&gt;Checking for gettimeofday() ... yes &lt;BR /&gt;Checking for glob() ... yes &lt;BR /&gt;Checking for setenv() ... yes &lt;BR /&gt;Checking for sys/sysinfo.h ... yes &lt;BR /&gt;Checking for pkg-config ... yes &lt;BR /&gt;Checking for Samba support (libsmbclient) ... no &lt;BR /&gt;Checking for tdfxfb ... no &lt;BR /&gt;Checking for s3fb ... no &lt;BR /&gt;Checking for tdfxvid ... no &lt;BR /&gt;Checking for xvr100 ... no &lt;BR /&gt;Checking for tga ... yes &lt;BR /&gt;Checking for md5sum support ... yes &lt;BR /&gt;Checking for bl ... no &lt;BR /&gt;Checking for DirectFB ... no &lt;BR /&gt;Checking for X11 headers presence ... yes &lt;BR /&gt;Checking for X11 ... no (check if the dev(el) packages are installed)&lt;BR /&gt;Checking for DPMS ... no &lt;BR /&gt;Checking for Xv ... no &lt;BR /&gt;Checking for XvMC ... no &lt;BR /&gt;Checking for Xinerama ... no &lt;BR /&gt;Checking for Xxf86vm ... no &lt;BR /&gt;Checking for XF86keysym ... no &lt;BR /&gt;Checking for DGA ... no &lt;BR /&gt;Checking for 3dfx ... no &lt;BR /&gt;Checking for OpenGL ... no &lt;BR /&gt;Checking for VIDIX ... no &lt;BR /&gt;Checking for /dev/mga_vid ... no &lt;BR /&gt;Checking for xmga ... no &lt;BR /&gt;Checking for GGI ... no &lt;BR /&gt;Checking for GGI extension: libggiwmh ... no &lt;BR /&gt;Checking for AA ... no &lt;BR /&gt;Checking for CACA ... no &lt;BR /&gt;Checking for SVGAlib ... no &lt;BR /&gt;Checking for FBDev ... yes &lt;BR /&gt;Checking for DVB ... no &lt;BR /&gt;Checking for DVB HEAD ... yes &lt;BR /&gt;Checking for zr ... no &lt;BR /&gt;Checking for PNG support ... no &lt;BR /&gt;Checking for JPEG support ... no &lt;BR /&gt;Checking for PNM support ... yes &lt;BR /&gt;Checking for GIF support ... no &lt;BR /&gt;Checking for VESA support ... no &lt;BR /&gt;Checking for SDL ... no &lt;BR /&gt;Checking for NAS ... no &lt;BR /&gt;Checking for DXR2 ... no &lt;BR /&gt;Checking for DXR3/H+ ... no &lt;BR /&gt;Checking for IVTV TV-Out ... no &lt;BR /&gt;Checking for V4L2 MPEG Decoder ... yes &lt;BR /&gt;Checking for OSS Audio ... yes &lt;BR /&gt;Checking for aRts ... no &lt;BR /&gt;Checking for EsounD ... Package esound was not found in the pkg-config search path.&lt;BR /&gt;Perhaps you should add the directory containing `esound.pc'&lt;BR /&gt;to the PKG_CONFIG_PATH environment variable&lt;BR /&gt;No package 'esound' found&lt;BR /&gt;Package esound was not found in the pkg-config search path.&lt;BR /&gt;Perhaps you should add the directory containing `esound.pc'&lt;BR /&gt;to the PKG_CONFIG_PATH environment variable&lt;BR /&gt;No package 'esound' found&lt;BR /&gt;no &lt;BR /&gt;Checking for Polyp ... no &lt;BR /&gt;Checking for JACK ... no &lt;BR /&gt;Checking for OpenAL ... no &lt;BR /&gt;Checking for ALSA audio ... no &lt;BR /&gt;Checking for Sun audio ... no &lt;BR /&gt;Checking for VCD support ... yes &lt;BR /&gt;Checking for dvdread ... no &lt;BR /&gt;Checking for internal libdvdcss ... no &lt;BR /&gt;Checking for cdparanoia ... no &lt;BR /&gt;Checking for libcdio ... no &lt;BR /&gt;Checking for bitmap font support ... yes &lt;BR /&gt;Checking for freetype &amp;gt;= 2.0.9 ... no &lt;BR /&gt;Checking for fontconfig ... no (freetype support needed)&lt;BR /&gt;Checking for SSA/ASS support ... no (FreeType support needed)&lt;BR /&gt;Checking for fribidi with charsets ... no &lt;BR /&gt;Checking for ENCA ... no &lt;BR /&gt;Checking for zlib ... yes &lt;BR /&gt;Checking for RTC ... yes &lt;BR /&gt;Checking for liblzo2 support ... yes &lt;BR /&gt;Checking for mad support ... no &lt;BR /&gt;Checking for Twolame ... no &lt;BR /&gt;Checking for Toolame ... no &lt;BR /&gt;Checking for OggVorbis support ... yes (internal Tremor)&lt;BR /&gt;Checking for libspeex (version &amp;gt;= 1.1 required) ... no &lt;BR /&gt;Checking for OggTheora support ... no &lt;BR /&gt;Checking for internal mp3lib support ... yes &lt;BR /&gt;Checking for internal liba52 support ... yes &lt;BR /&gt;Checking for libdca support ... no &lt;BR /&gt;Checking for internal libmpeg2 support ... yes &lt;BR /&gt;Checking for libmpcdec (musepack, version &amp;gt;= 1.2.1 required) ... no &lt;BR /&gt;Checking for FAAC (AAC encoder) support ... no (in libavcodec: ) &lt;BR /&gt;Checking for FAAD2 (AAC) support ... yes (internal floating-point)&lt;BR /&gt;Checking for LADSPA plugin support ... no &lt;BR /&gt;Checking for Win32 codecs ... no &lt;BR /&gt;Checking for XAnim codecs ... yes (using /usr/local/lib/codecs)&lt;BR /&gt;Checking for RealPlayer codecs ... yes (using /usr/local/lib/codecs)&lt;BR /&gt;Checking for QuickTime codecs ... auto &lt;BR /&gt;Checking for Nemesi Streaming Media libraries ... no &lt;BR /&gt;Checking for LIVE555 Streaming Media libraries ... no &lt;BR /&gt;Checking for FFmpeg libavutil ... yes &lt;BR /&gt;Checking for FFmpeg libavcodec ... yes (libavcodec.so is discouraged over static libavcodec)&lt;BR /&gt;Checking for FFmpeg libavformat ... yes &lt;BR /&gt;Checking for FFmpeg libpostproc ... yes &lt;BR /&gt;Checking for libamr narrowband ... no &lt;BR /&gt;Checking for libamr wideband ... no &lt;BR /&gt;Checking for libdv-0.9.5+ ... no &lt;BR /&gt;Checking for XviD ... no &lt;BR /&gt;Checking for x264 ... no (in libavcodec: no) &lt;BR /&gt;Checking for libnut ... no &lt;BR /&gt;Checking for mencoder ... no &lt;BR /&gt;Checking for fastmemcpy ... yes &lt;BR /&gt;Checking for UniquE RAR File Library ... yes &lt;BR /&gt;Checking for TV interface ... yes &lt;BR /&gt;Checking for Video 4 Linux TV interface ... yes &lt;BR /&gt;Checking for Video 4 Linux 2 TV interface ... yes &lt;BR /&gt;Checking for TV teletext interface ... no &lt;BR /&gt;Checking for Radio interface ... no &lt;BR /&gt;Checking for Capture for Radio interface ... no &lt;BR /&gt;Checking for Video 4 Linux 2 Radio interface ... no &lt;BR /&gt;Checking for Video 4 Linux Radio interface ... no &lt;BR /&gt;Checking for Video 4 Linux 2 MPEG PVR interface ... yes &lt;BR /&gt;Checking for audio select() ... yes &lt;BR /&gt;Checking for ftp ... yes &lt;BR /&gt;Checking for vstream client ... no &lt;BR /&gt;Checking for byte order ... little-endian &lt;BR /&gt;Checking for OSD menu ... no &lt;BR /&gt;Checking for Subtitles sorting ... yes &lt;BR /&gt;Checking for XMMS inputplugin support ... no &lt;BR /&gt;Checking for inet6 ... yes &lt;BR /&gt;Checking for gethostbyname2 ... yes &lt;BR /&gt;Checking for GUI ... no&lt;BR /&gt;Checking for automatic gdb attach ... no &lt;BR /&gt;Checking for compiler support for noexecstack ... yes &lt;BR /&gt;Checking for joystick ... no &lt;BR /&gt;Checking for lirc ... no &lt;BR /&gt;Checking for lircc ... no &lt;BR /&gt;Checking for color console output ... no &lt;BR /&gt;Checking for DVD support (libdvdnav) ... no &lt;BR /&gt;Creating config.mak&lt;BR /&gt;Creating config.h&lt;BR /&gt;&lt;BR /&gt;Config files successfully generated by ./configure --cc=m68k-uclinux-gcc --host-cc=ccache /usr/bin/gcc -B/usr/bin/ --enable-cross-compile --target=m68k-uclinux --disable-dvdread --enable-fbdev --disable-mencoder --enable-libavcodec_a --enable-libavutil_a --enable-libavformat_a --enable-libpostproc_a --enable-liba52 --disable-mp3lib --enable-static --disable-gui --disable-ivtv --disable-live --disable-dvdnav --disable-dvdread --disable-dvdread-internal --disable-libdvdcss-internal !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 14:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171963#M5743</guid>
      <dc:creator>FS1z</dc:creator>
      <dc:date>2011-09-29T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171964#M5744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have the same quesition!&amp;nbsp; why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mplay&lt;/P&gt;&lt;P&gt;Mplay can play&amp;nbsp; all video format well,but the voice is not normal!!&lt;/P&gt;&lt;P&gt;(test:&amp;nbsp; mp4--OK ts--ok&amp;nbsp;&amp;nbsp;&amp;nbsp; wmv--ok&amp;nbsp; flv--ok&amp;nbsp; wma--ok avi--ok mkv--ok&amp;nbsp; rmvb--ok ,swf--no)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale ~$ mplayer -ao help&lt;/P&gt;&lt;P&gt;MPlayer 1.0rc2-4.4.4 (C) 2000-2007 MPlayer Team&lt;/P&gt;&lt;P&gt;Available audio output drivers:&lt;/P&gt;&lt;P&gt;oss OSS/ioctl audio output&lt;/P&gt;&lt;P&gt;mpegpes DVB audio output&lt;/P&gt;&lt;P&gt;v4l2 V4L2 MPEG Audio Decoder output&lt;/P&gt;&lt;P&gt;null Null audio output&lt;/P&gt;&lt;P&gt;pcm RAW PCM/WAVE file writer audio output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Oct 2013 00:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171964#M5744</guid>
      <dc:creator>小辉尤</dc:creator>
      <dc:date>2013-10-19T00:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: mplayer and ALSA audio</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171965#M5745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: arial, sans-serif; font-size: 18px; font-weight: bold; background-color: #fafafa;"&gt; I am in accordance with your method tried, but the question remains!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: arial, sans-serif; font-size: 18px; font-weight: bold; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2b2b2b; font-family: arial, sans-serif; font-size: 18px; font-weight: bold; background-color: #fafafa;"&gt;IMX 535:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mplay&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mplay can play&amp;nbsp; all video format well,but the voice is not normal!!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(test:&amp;nbsp; mp4--OK ts--ok&amp;nbsp;&amp;nbsp;&amp;nbsp; wmv--ok&amp;nbsp; flv--ok&amp;nbsp; wma--ok avi--ok mkv--ok&amp;nbsp; rmvb--ok ,swf--no)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;root@freescale ~$ mplayer -ao help&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MPlayer 1.0rc2-4.4.4 (C) 2000-2007 MPlayer Team&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Available audio output drivers:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;oss OSS/ioctl audio output&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mpegpes DVB audio output&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;v4l2 V4L2 MPEG Audio Decoder output&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;null Null audio output&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pcm RAW PCM/WAVE file writer audio output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Oct 2013 00:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mplayer-and-ALSA-audio/m-p/171965#M5745</guid>
      <dc:creator>小辉尤</dc:creator>
      <dc:date>2013-10-19T00:29:19Z</dc:date>
    </item>
  </channel>
</rss>

