Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Best way to install any package in Fedora is to use the package manager for it. YUM is the default.
Use
Code:
yum install <package-name>
In this case
Code:
yum install xine
I do not know about xine , I have not used it but find mplayer and vlc a must keep. They play almost any format.
Also F9 is growing old and F10 has come and F11 is on the way. The support for F9 will be taken back soon as F11 is out. Keep track of it. Fedora has got a small life cycle. You might want to consider upgrading to F10 to continue to get updates.
Last edited by linuxlover.chaitanya; 02-19-2009 at 01:58 AM.
I have installed Mplayer when i play a movie I can only hear the audio.I cant see the video....
also can u tell me what is this command
yum install libdvdcss libdvdnav totem-xine xine-lib-extras-freeworld.
it was given in fedora community...
Yum is a package manager that is used to install packages in Linux with all the dependency packages.
YUM install <package> will install the package and all the other packages on which the package is dependent.
If xine is not working or mplayer is not working may be there are codecs that you need to install. Or better install vlc.
I use Mplayer, in mandriva and it works fine, maybe in fedora it needs some codecs to be installed so it could show the video and not only the sound. When u start Mplayer doesn it request for some codecs or something like that?
cd /tmp
wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
tar -jxvf all-20071007.tar.bz2
su -c 'mkdir -p /usr/local/lib/codecs'
su -c 'cp all-20071007/* /usr/local/lib/codecs'
rm -rf /tmp/all-20071007*
when I open a video in xine.it is saying "problem occured while loading a library or decoder divxc32.dll" also one more window shows "the stream(video) uses an unsupported codec:MS MPEG-4 V3(win32)(DIV3)"
divxc32.dll???? This seems to be something to do with windows. As far as my knowlwdgw goes, dlls are not supported on Linux. They are windows library files.
dll's are from windows libraries. You can try to run it using wine emulator, 'cause I'm guessing that xine it's a windows application. Vine will allow you to install Divx codecs and everything you need, to run your movie player.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.