|
Hy,
The two MP3 players rhythmbox and Totem (movie player) use the gstreamer engine and installing gstreamer-plugins-ugly will enable mp3-playback for both.
This is the code for installing the plugin: yum install gstreamer-plugins-ugly
In order for Totem (movie player) to read video we should install also this code:
yum install gstreamer-plugins-ugly gstreamer-ffmpeg
Edit:
Video players:
mplayer, VideoLAN Client (vlc) and Xine, all which may provide playback of some video formats that totem does not.
The code for these tree video player is:
yum install mplayer vlc xine
Hope it helps
red
Last edited by hermouche; 9th October 2007 at 09:04 PM.
|