LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-26-2004, 05:46 PM   #1
darkangel29
Member
 
Registered: Nov 2004
Location: Puerto Rico
Distribution: Ubuntu 10.04
Posts: 121

Rep: Reputation: 15
mplayer installation problem


I can install mplayer. Im using fedora core2 and i download this files:
Abyss-1.1.tar.bz2 (this is the skin)
essential-20041107.tar.bz2
font-arial-iso-8859-1.tar.bz2
MPlayer-2.0pre5.tar.bz2
I did this:
i extract the codecs to /usr/local/lib/codecs
mkdir /build
cd /build
tar xfvz /build/MPlayer-1.0pre5.tar.bz2
cd /build/MPlayer-1.0pre5
./configure --enable-gui
make
make install
i extract the font and the skin to /usr/local/share/mplayer/skin and /usr/local/share/mplayer/font

I can see some files that were install but when i try to open it it doesnt do anything. can somebody help me plz??
 
Old 11-26-2004, 08:32 PM   #2
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
What happens if you type "gmplayer" in the console?
 
Old 11-27-2004, 01:20 PM   #3
darkangel29
Member
 
Registered: Nov 2004
Location: Puerto Rico
Distribution: Ubuntu 10.04
Posts: 121

Original Poster
Rep: Reputation: 15
MPlayer 1.0pre5-3.3.3 (C) 2000-2004 MPlayer Team

CPU: Intel Pentium 4/Xeon Willamette 1964 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
[cfg] read config file: /root/.mplayer/gui.conf
Reading config file /root/.mplayer/gui.conf: No such file or directory
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
font: can't open file: /root/.mplayer/font/font.desc
Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[skin] file ( /usr/local/share/mplayer/Skin/default/skin ) not found.
Skin not found (default).
 
Old 11-28-2004, 02:33 AM   #4
KiddWikked
LQ Newbie
 
Registered: Nov 2004
Location: Canadian, eh?
Distribution: FCII
Posts: 5

Rep: Reputation: 0
Quote:
Originally posted by darkangel29
MPlayer 1.0pre5-3.3.3 (C) 2000-2004 MPlayer Team

CPU: Intel Pentium 4/Xeon Willamette 1964 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
[cfg] read config file: /root/.mplayer/gui.conf
Reading config file /root/.mplayer/gui.conf: No such file or directory
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /root/.mplayer/codecs.conf: Can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
font: can't open file: /root/.mplayer/font/font.desc
Font /usr/local/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[skin] file ( /usr/local/share/mplayer/Skin/default/skin ) not found.
Skin not found (default).
I'm getting this same problem, but without the Skin issues. I think it has to do with the mplayer.conf file, because all of the other files use defaults instead. The only thing I can't find on my entire system is mplayer.conf.

As for your skin issues, If you check the DOC/HTML/en/skin-overview.html file you'll see where it says that the skin needs to be in it's own directory UNDER the directories mentioned above. And you have to create them for some of them.
 
Old 11-28-2004, 04:02 AM   #5
xmickex
LQ Newbie
 
Registered: Nov 2004
Location: Sweden Stockholm
Distribution: Suse 9.2
Posts: 3

Rep: Reputation: 0
Hi.

Alternative solution:

I had problems compiling mPlayer myself (newbie) so i googled for "mplayer RPM" and found rpms for the most common distributions. I found that I needed the lame package as well as the win32codec package which also are available as RPM:s. Didn't bookmark the pages but a search in google should do the trick.

This is not the same as installing from source but it gave me a player that can handle all mpg and avi formats. Good luck!
 
Old 11-28-2004, 04:21 AM   #6
|2ainman
Member
 
Registered: Mar 2004
Distribution: Slackware current, DSL 0.9.2
Posts: 133

Rep: Reputation: 15
try running
Code:
mplayer <filename>
Notice I did not say g mplayer but rather just mplayer
This will attempt to load up mplayer onto the screen w/o the gui.
Try that to see if it works
If it still doesnt work ... what does it say failed?
If its video do mplayer -vo help to choose the appropriate driver
if its audio problems -ao help
Once you get it working w/o the skin then try
gmplayer -skin <skinname>
for instance I have a folder called Orange in /usr/local/share/mplayer/Skin/
so I would do
Code:
gmplayer <possible video/audio options from before> -skin Orange
You could also create a symlink to the skin u want to use and call it default
ie
cd /usr/local/share/mplayer/Skin
ln -s Orange default
then you no longer need to specify the skin, it will simply think of it as the default.

Also try running it as a normal user rather than root.
Hope that helps
 
Old 11-28-2004, 05:52 AM   #7
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
try running this command
Code:
mplayer -vo x11 -skin Abyss FILENAME.EXT
replace FILENAME.EXT with the movies filename.
the bold area i think is the problem. It must have a default skin installed. Download the default skin, and unzip it to /usr/local/share/mplayer/Skin/default/ - this should resolve it to a useable state. then continue from there.
 
Old 12-16-2004, 11:32 PM   #8
RajibAcharya
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
I had the same problem yesterday when I installed mplayer. The default skin does not have anything in it. So, symlinking any of the existing skins to default will work.

The RPM for skins can be found in http://freshrpms.net if you feel as lazy as me to select and download skins.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mplayer Installation problem waelaltaqi Linux - Software 6 12-01-2005 03:39 PM
MPlayer installation problem on SUSE 9.1 rayesteq Linux - Software 10 08-30-2004 08:26 AM
mplayer installation problem the app doesnot start Nadim Slackware 4 05-09-2004 09:31 PM
Mplayer Installation Problem! novkhan Linux - Software 5 04-20-2004 03:08 AM
mplayer installation problem captainchainsaw Linux - Software 4 10-29-2002 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration