Multimedia support in fedora linux (with & without internet connection)

To get multimedia support in fedora linux follow the instructions

this procedure applied by me and it working.
it takes upto 10-15 minitues time based on the u r internet speed

Requirments:
 need an internet connection (any type)

lets start installing codecs

 now download and install the rpm files first in th given links

1.http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
2.http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm 

by using the command 'rpm -Uvh'
#all this have to be done as root user so first login as root using cmd 'su' #and then type ur password

now install the plugin

'yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree'

 type above line in terminal it will automatically install the plugin it can be done only ur internet connection is in active state.

that's all

Now install players
WITH INTERNET CONNECTION
1.VLC MEDIA PLAYER
 
 In the terminal type
      'su yum install qt4'
 after that
      'su yum install vlc'
 it takes a while, now ur system is installed with vlc media player


2.To install xmms and make it MP3-capable, start by doing this:

    yum install xmms xmms-mp3
    yum install xine xine-lib libdvdcss

   
WITHOUT INTERNET CONNECTION

1.REAL PLAYER
  First u need to download realplayer from http://www.real.com/realplayer/linux
    to install rpm file type the below command in terminal
   
    su -c 'rpm -Uvh RealPlayer11GOLD.rpm --nodeps'

2.Download ffmpeg codec pack from http://ffmpeg.org/releases/ffmpeg-0.8.6.tar.bz2
   and simply follow the instructions given in the INSTALL file.

after that by using ffplay command you can able to play mediafiles

Comments