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.
found that the link to .bz2 was much too complex ...
went back to the .tgz file that i have not had any luck getting to load ...
mplayer now resides in /usr/local/bin/mplayer and i have pointed all video to play from this directory ...
when i click on a video ... mplayer tries to load ... i see it in the sys tray ... but it times out
the original error with libjack does not come up anymore ... even when i am trying to load mplayer from Konsole .... there i only get a list of [options] and files to point mplayer at ...
maybe i don't have a gui loaded???? ... but did not quite understand the mplayer site on this topic ...
And also, are you trying running mplayer or "mplayer yourvideo.avi" ? You cannot just run mplayer by itself. Once you get it working in your terminal (like konsole), then you can trying using it in a graphical sense (icons, konqueror, the system tray, etc). Just focus on whether or not you can run it from the command line.
cd into the directory where the videos are. Type mplayer video.avi. Please paste the output here. Thanks.
Did you try to start mplayer as gmplayer instead ?
(just in case you haven't noticed)
Try to right click on video file in konqueror and choose open with ... gmplayer
(I don't remember the tip to make it work for all video files, surelly it must be in KDE component configuration or similar)
Now that you know it works from your konsole, you can look at all of the cool usage options with "man mplayer." I'm sure you'll be able to have konqueror open all videos with mplayer. I do the same with emelfm.
the post from Anithen is the one to work with here,
went to http://www.linuxpackages.net/
went to http://www.slacky.eu/
went to http://rpm.pbone.net
and all 3 had me chasing my tail .....
in the post above from Anithen you will see the ref: to
the mplayer website, http://www.mplayerhq.hu/design7/news.html
on this page select "download" on the left hand side -
or http://www.mplayerhq.hu/design7/dload.html
which is referenced by Anithen above -
choose the source download from http or
MPlayer v1.0rc2 source
it shows up as a bzipped file
unpack it as
tar xjf MPlayer-1.0rc2.tar.bz2
then cd into MPlayer-1.0rc2 and run
./configure
make
then su to root and run
make install
the mplayer that runs will run .wmv natively i suspect
many others
the
essential-amd64-20071007.tar.bz2 or whichever codec file
you need is suggested by the web authors, but when i
unpacked it and tried to run ./configure in "essential-amd64-20071007"
it would not run ...
at that point i don't know why but i tested mplayer without it
and it ran fine ....
hope this is helpful ...
cheers ...
live well,
david
Just a suggestion, but have you tried slackbuilds.org? They usually have all the dependencies and instructions you need there.
I have to reiterate this.
The pre-built packages are great in terms of ease of use. You download them and then install them. I started using Slackware six months or so ago and relied on them plenty.
However, they're not perfect and do cause problems and can lead to errors/bugs.
I started using Slackbuilds more and more per the advice of those here. They're a little bit more complicated (not much) and take-up a considerably larger amount of time to install, but are worth it.
They avoid most of the problems you're experiencing here. They are as stable and configurable as installing from source, yet as "clean" and as pre-built packages.
I'm to the point to where I'm learning to write my own which only adds to the stability because they are perfectly configured for my system.
Last edited by AlphaSigmaOne; 11-11-2008 at 01:09 PM..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.