Use Mplayer to listen to music on the Character Interface

Source: Internet
Author: User
The character interface uses Mplayer to listen to music-Linux general technology-Linux technology and application information. The following is a detailed description. Many of my friends are worried about the boring server character interface every day (many servers generally do not have a graphical interface installed), that is, they cannot play games or listen to music. It is really depressing! Today, I want to teach you a small way to listen to MP3 music on the Character interface! Let's get started:

First, go online to a Linux Mplayer software. Here I use Mplayer1.0. The essential things for installing on the Character interface are: core files, decoding support file packages and skin. These three items can be found online.

Here I use the three software: skin.

Install the decoder File
Tar-jxf essential-20061022.tar.bz2 (decompress this decoder file)
Mv essential-20061022/usr/lib/win32 (move the decompressed directory to the win32 folder)

Install core files
Tar-jxf Mplayer-1.0rc1.tar.bz2 (unzip this file)
Cd Mplayer-1.0rc1
./Configure -- language = zh_CN -- with-codecsdi =/usr/lib/win32
Make (Compilation)
Make install (installation)

Install skin
Tar-jxf BlueHeart-1.5.tar.bz2
Cd BlueHeart
Mkdir/usr/local/share/mplayer/skins/default (create a skin folder)
Cp */usr/local/share/mplayer/skins/default-rf (copy all files in the BlueHeart folder to the skin folder)

After the installation is complete, enter: gmplayer on the Character interface. You can listen to songs. If you do not understand it, you can also refer to the man manual, which provides detailed instructions on the various operations of the software.
Related Article

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.