2013年8月5日星期一

In CentOS 6.4 x86_32 using Rhythmbox to listen to MP3

 
  

Linux in the Rhythmbox music player, there is no built-in MP3 music decoder, so have to install their own appropriate music or video decoder. Well, no nonsense ......

  
    # Cd / tmp    
# wget http://dl.atrpms.net/el6.4-i386/atrpms/stable/libid3tag-0.15.1b-7.el6.i686.rpm    
# wget http://dl.atrpms.net/el6.4-i386/atrpms/stable/libid3tag-devel-0.15.1b-7.el6.i686.rpm    
# rpm-ivh libid3tag-0.15.1b-7.el6.i686.rpm    
# rpm-ivh libid3tag-devel-0.15.1b-7.el6.i686.rpm    
  
  

download the source to create a yum configuration file:

  
    # Cd / etc / yum-repos.d    
# vim apt-sw-be.repo    
  
  

in vim, type the following:

  
    [Dag]    
name = apt-dag    
baseurl = http://apt.sw.be/redhat/el6/en/i386/dag/    
gpgcheck = 0    
priority = 10    
enabled = 1    
   
[extras]    
name = Apt-$ releasever - Extras    
baseurl = http://apt.sw.be/redhat/el6/en/i386/extras/    
gpgcheck = 0    
priority = 10    
enabled = 1    
  
  

finished editing in vim use: wq command to save and exit. Then use the following command in the terminal to download the source to see if it contains gstreamer:

  
    # Yum list gstreamer *   
  

After executing the above command, you should see the following line:

  
    gstreamer-ffmpeg.i686 0.10.11-1.el6.rf @ dag   
  

then use the following command to install it:

  
    # Yum install gstreamer-ffmpeg.i686   
  

Okay, so after receive power!

 
 

没有评论:

发表评论