Ubuntu1004 install gstreamer steps linux version: ubuntu10.04 1. First download the required installation package http://gstreamer.freedesktop.org/src/gstreamer-0.10.36.tar.bz2gst-plugins-base-0.10.36.tar.bz2gst-plugins-good-0.10.31.tar.bz2 gst-plugins-ugly-0.10.19.tar.bz2 2. download the required library libxml2-2.7.8.tar.gz/connection ftp://xmlsoft.org/libxml2/glib-2.24.1.tar.gz // uninstall install libxzml2sudo tar-xzf libxml2-2.7.8.tar.gzcd li Bxml2-2.7.8/sudo. /configuresudo makesudo make install4, install glib-2.24.1sudo tar-xzf glib-2.24.1.tar.gzcd glib-2.24.1/sudo. /configuresudo makesudo make install5, install gstreamersudo tar-xvf gstreamer-0.10.36.tar.bz2cd/gstreamer-0.10.36/sudo. /configuresudo makesudo make install6, install the ststp-plugins-base-0.10.36.tar.bz2 sudo tar-xvf gst-plugins-base-0.10.36.tar.bz2cd/sudo. /confi Guresudo makesudo make install7, install gst-plugins-good-0.10.31.tar.bz2sudo tar-xvf gst-plugins-good-0.10.31.tar.bz2cd gst-plugins-good-0.10.31/sudo./configuresudo makesudo make install at this point, use the command gst-launch-vm audiotestsrc! Audioconvert! Audioresample! Osssink test can hear beep sound in the speaker 8, install gst-plugins-ugly-0.10.19, play mp3 needed plug-in madsudo tar-xvf gst-plugins-ugly-0.10.19.tar.bz2cd/sudo./configuresudo makesudo make ready gst-launch filesrc location?music=! Mad! Audioconvert! Audioresample! If the osssink is installed successfully, a song will be played normally. However, during the test, the playing sound is broken and you may need to set specific parameters. Source http://blog.csdn.net/xiufu004/article/details/8773120