Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Mandriva Linux Help > VLC or mplayer install help
 Mandriva Linux Help   For help and discussion about Mandriva (formally Mandrake) Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 09-17-2007   #1 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 29
VLC or mplayer install help

Hi guys,
I have installed and updated the urpmi from the easy urpmi website for mandriva 2007.0

I tried to installed VLC and mplayer...but it gave me the following error messages:
For VLC:
Code:
$ su
Password:
# urpmi vlc

To satisfy dependencies, the following packages are going to be installed:
libavformats51-0.4.9-3.pre1.7407.10plf2007.1.i586
libfaac0-1.25-1plf2007.0.i586
libfaad2_0-2.5-3plf2007.1.i586
liblame0-3.97-2plf2007.1.i586
libvlc0-0.8.6a-2plf2007.1.i586
libx264_54-0.54.616-1plf2007.1.i586
libxvid4-1.1.2-1plf2007.1.i586
vlc-0.8.6a-2plf2007.1.i586
vlc-plugin-a52-0.8.6a-2plf2007.1.i586
Proceed with the installation of the 9 packages? (17 MB) (Y/n) y

    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libfaac0-1.25-1plf2007.0.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libfaad2_0-2.5-3plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/vlc-plugin-a52-0.8.6a-2plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libx264_54-0.54.616-1plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/liblame0-3.97-2plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libxvid4-1.1.2-1plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libvlc0-0.8.6a-2plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libavformats51-0.4.9-3.pre1.7407.10plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/vlc-0.8.6a-2plf2007.1.i586.rpm
...retrieving failed: curl: (19) RETR response: 550
                                                                               
...retrieving failed: curl: (19) RETR response: 550
...retrieving failed: curl failed: exited with 19 or signal 0

Installation failed, some files are missing:
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libfaac0-1.25-1plf2007.0.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libfaad2_0-2.5-3plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/vlc-plugin-a52-0.8.6a-2plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libx264_54-0.54.616-1plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/liblame0-3.97-2plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libxvid4-1.1.2-1plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libvlc0-0.8.6a-2plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/libavformats51-0.4.9-3.pre1.7407.10plf2007.1.i586.rpm
    ftp://ftp.cica.es/mirrors/Linux/plf/mandriva/2007.1/free/release/binary/i586/vlc-0.8.6a-2plf2007.1.i586.rpm
You may want to update your urpmi database
I got the similar error for mplayer.

Any thought?
balli is offline  

Reply With Quote
Old 09-17-2007   #2 (permalink)
Trusted Penguin
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,901
Try doing
Code:
#urpmi.update -a
#urpmi vlc mplayer
If you keep having problems, try using different mirrors for the PLF repos. To do this you would have to do something like
Code:
#urpmi.removemedia plf-free plf-nonfree
After that go to the easyurpmi site and setup new mirrors.
daark.child is offline   Reply With Quote
Old 09-17-2007   #3 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 29
Thanks for your reply.
which options (after selecting mandriva 2007.0 and i586) should I select in easyurpmi site while setting it up?
balli is offline   Reply With Quote
Old 09-18-2007   #4 (permalink)
Linux User
 
abhishek456's Avatar
 
Join Date: Dec 2006
Posts: 462
select atleast main,contrib, plf-free and plf-nonfree.

you can also use backsport but they are not fully stable and could result in stability problems

You can find most of the packages by selecting main,contrib, plf-free and plf-nonfree.

for mplayer gui version and plugins you need to do this

Code:
urpmi mplayer-gui mplayer-skins mplayer-fonts mplayerplugin
__________________
life is the greatest opportunity that the nature had given you
abhishek456 is offline   Reply With Quote
Old 09-18-2007   #5 (permalink)
Trusted Penguin
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,901
Including the updates repo to the list of repos mentioned above would be good.
daark.child is offline   Reply With Quote
Old 09-18-2007   #6 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 29
Thanks guys. It works now. I just mentioned another location for easy urpmi...and it started working.

Another question:

If I want to make VLC as my default player. How can I do that. I am coming from windows , so i knew how to make VLC my default player. In linux it ask me to select my player to play a song but I dont know where to go and look for it. I am very new to linux, can you guys help me out?

Also, while listening music/videos online ...some sites just play the video on their webpage using windows media player in windows. Can we do the same thing in linux?

Thanks.
balli is offline   Reply With Quote
Old 09-18-2007   #7 (permalink)
Just Joined!
 
Join Date: Feb 2007
Posts: 29
Quote:
Originally Posted by balli View Post
If I want to make VLC as my default player. How can I do that. I am coming from windows , so i knew how to make VLC my default player.
.
I have solved this problem.

But I still dont have a clue about the following:

Quote:
Originally Posted by balli View Post
In linux it ask me to select my player to play a song but I dont know where to go and look for it. I am very new to linux, can you guys help me out?

Also, while listening music/videos online ...some sites just play the video on their webpage using windows media player in windows. Can we do the same thing in linux?

Thanks.
I noticed that the mplayer plugin just freeze in firefox. Is there a way to avoid it?
balli is offline   Reply With Quote
Old 09-18-2007   #8 (permalink)
Linux User
 
abhishek456's Avatar
 
Join Date: Dec 2006
Posts: 462
Quote:
I noticed that the mplayer plugin just freeze in firefox
firstly try reinstalling mplayer plugin

Quote:
In linux it ask me to select my player to play a song but I dont know where to go and look for it
just right click on the media you want to play and select properties.Go to open with tab and select the default player you want to play the media
__________________
life is the greatest opportunity that the nature had given you
abhishek456 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install MPlayer in FC5 unabia Redhat / Fedora Linux Help 1 11-10-2006 11:56 AM
mplayer install problem_libmad.so clementis SuSE Linux Help 11 01-30-2006 08:51 PM
How to install mplayer..... duffman108 SuSE Linux Help 4 07-21-2005 05:07 AM
MPlayer cant install RPM on 9.1 blacknyx SuSE Linux Help 3 01-20-2005 02:19 PM
mplayer install problems vanhelsing Redhat / Fedora Linux Help 2 10-09-2004 01:10 AM

Free Magazines
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 08:21 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2