Install gstreamer in ubuntu1004

Source: Internet
Author: User
Tags gstreamer

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.