LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 07-31-2005, 10:37 PM   #1
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
Talking mplayer problem


i am using mandrake 10.0
i have a problem with mplayer.
i can play audio songs well but ican not play a video songs.
the error is...

can not read/initialize the selected video ouput(-vo) device.

#mplayer videofile

i got that error.
should specify any other parameter whenever i play i get that error message.
pls help me.
 
Old 07-31-2005, 10:49 PM   #2
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
What type of file are you trying to play(wmv,avi,etc..)?
The most probable cause is that you dont have the codecs installed. If you have URPMI setup properly, just search in one of the plf mirrors for 'win32codecs' and install the packages.

Otherwise, if you want to compile from source(mplayer) go to mplayerhq, click on 'download' and download the 'essentials' packages.

I think the first method would be easier
You can also try kaffeine(if it is installed).
 
Old 07-31-2005, 11:02 PM   #3
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
"The most probable cause is that you dont have the codecs installed. If you have URPMI setup properly"

what is that shell i have the codecs in my linux cd ,if yes how to install that
and what packages shouuld i install.

i am playing .mpeg and .avi file formats.
 
Old 07-31-2005, 11:26 PM   #4
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
urpmi is an rpm installer. it maintains a list of rpms found in different ftp and http sites.You can visit EasyURPMI and follow the instructions there to set it up. Tick the 'use compressed index' option if you have a slow internet connection. Once you have set that up(after typing in all the commands in the terminal/konsole), type(as root)
Code:
urpmi win32codecs
That should install all the necessary codecs.
 
Old 07-31-2005, 11:51 PM   #5
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
sir where can i get the win32codecs.either in my cd or in internet.
 
Old 07-31-2005, 11:56 PM   #6
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
internet.
 
Old 08-01-2005, 12:32 AM   #7
IwantLINUX
Member
 
Registered: Oct 2004
Location: India
Distribution: RH9,Fedora
Posts: 75

Rep: Reputation: 15
Hi,

I am also having problem with mplayer, but its different. My problem is I am not able to play .dat files. When i try to play one, mplayer screen goes black and then same splash screen appears. I tried running the command /usr/bin/gmplayer and it shows cache read 0.0 (0% read). At times it also shows ASF format, broken file...any ideas????

PS:--- cache size is set to 8192 in mplayer.

Last edited by IwantLINUX; 08-01-2005 at 01:08 AM.
 
Old 08-01-2005, 12:49 AM   #8
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
I think the problem is a corrupt file. Does mplayer work with other files?
 
Old 08-01-2005, 01:11 AM   #9
IwantLINUX
Member
 
Registered: Oct 2004
Location: India
Distribution: RH9,Fedora
Posts: 75

Rep: Reputation: 15
Yes, it is working with mpegs and avi files , though it gives me directshow errors, with avi(i think i am missing win32codecs)
 
Old 08-01-2005, 01:15 AM   #10
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
Yes, i hope from the previous posts you can infer how to install it.
 
Old 08-01-2005, 01:41 AM   #11
IwantLINUX
Member
 
Registered: Oct 2004
Location: India
Distribution: RH9,Fedora
Posts: 75

Rep: Reputation: 15
Yes, but the problem i am facing is with .dat file. Can u tell me did you install something extra for playing .dat files or you were able to play them after just installing the mplayer RPM? Maybe i have to change something in conf file...(just a guess)...
 
Old 08-01-2005, 01:59 AM   #12
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
Are you trying to play a vcd? It should work with mplayer, but you can also try kaffeine, comes with kde.
Mplayer plays almost all types of files. I compiled mplayer from source (with the essentials package), and did not install an rpm.
 
Old 08-01-2005, 02:07 AM   #13
IwantLINUX
Member
 
Registered: Oct 2004
Location: India
Distribution: RH9,Fedora
Posts: 75

Rep: Reputation: 15
yes. its a VCD. I think i will have to reinstall the mplayer from the source...can you tell me what all essential packages are required with mplayer source?

thx for the help...
 
Old 08-01-2005, 02:34 AM   #14
abattoir
Member
 
Registered: Feb 2005
Distribution: Kubuntu 6.10
Posts: 313

Rep: Reputation: 30
download this
package, extract it in /usr/local/lib/codecs . then download this
extract, in the foler (through a terminal) do
Code:
./configure
make
make install
The last command, 'make install' must be executed as root (su).
This should install all the codecs, but i cant guarantee vcd playback because i havent tried it before.

But i'm sure it works in kaffeine(which you already may have installed). if not, finding a kaffeine rpm should not be difficult. see http://kaffeine.sourceforge.net/ for more info.
 
Old 08-01-2005, 03:04 AM   #15
IwantLINUX
Member
 
Registered: Oct 2004
Location: India
Distribution: RH9,Fedora
Posts: 75

Rep: Reputation: 15
tnx abattoir, for all the help, i will try once i reach home...
 
  


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 problem darkangel29 Linux - Newbie 4 11-23-2004 12:58 AM
mplayer problem scng Linux - Software 8 09-21-2004 08:37 PM
MPlayer problem mmorella975 Linux - Software 3 07-09-2004 09:46 PM
mplayer problem i palpandi Linux - Newbie 2 07-02-2004 03:21 PM
Another mplayer problem mimsmall Fedora 7 04-03-2004 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 04:24 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