LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-30-2009, 12:29 PM   #1
7mza
Member
 
Registered: May 2008
Location: Jordan
Distribution: use fedora but prefer Slackware
Posts: 98

Rep: Reputation: 15
install mplayer & vlc


i try to install mplayer and vlc on my fedora , i used these command but it give No package available. also i tried to install mplayer from source and it gave me error , i dont understand why no package available ,is it refer to my
PC architecture and no package available for it ?


[root@Hamzah-PC MPlayer-1.0rc2]# yum -y install vlc
Loaded plugins: refresh-packagekit
Setting up Install Process
No package vlc available.
Nothing to do

[root@Hamzah-PC MPlayer-1.0rc2]# yum -y install mplayer
Loaded plugins: refresh-packagekit
Setting up Install Process
No package mplayer available.
Nothing to do


[root@Hamzah-PC MPlayer-1.0rc2]# make
make -C libvo libvo.a
make[1]: Entering directory `/home/hamzah/Download/MPlayer-1.0rc2/libvo'
cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/include/SDL -D_REENTRANT -I/usr/include/freetype2 -c -o vo_ivtv.o vo_ivtv.c
vo_ivtv.c: In function 'ivtv_reset':
vo_ivtv.c:79: error: storage size of 'sd' isn't known
vo_ivtv.c:80: error: storage size of 'sd1' isn't known
vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable 'sd1'
vo_ivtv.c:79: warning: unused variable 'sd'
make[1]: *** [vo_ivtv.o] Error 1
make[1]: Leaving directory `/home/hamzah/Download/MPlayer-1.0rc2/libvo'
make: *** [libvo/libvo.a] Error 2
 
Old 08-30-2009, 12:40 PM   #2
kdelover
Member
 
Registered: Aug 2009
Posts: 311

Rep: Reputation: 36
First Try installing by adding an * yum install vlc* -y if it dont work then
Do a yum clean all and then do yum list all.
Then yum search vlc and mplayer or even yum info vlc\mplayer. If nothing happens id advice you to add the livna & rpmfusion repositories. or try
 
Old 08-30-2009, 12:56 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
see these two help pages
http://www.mjmwired.net/resources/mjm-fedora-f11.html
http://www.mjmwired.net/resources/mj...l#mediaplayers
( mjm uses "sudo" if you do not have it set up just use " su - " once
---------
http://www.dnmouse.org/
http://www.dnmouse.org/autoten.html
( the autoten / eleven script makes installing things easy )
or
http://www.dnmouse.org/codecs.html
 
Old 08-30-2009, 02:29 PM   #4
7mza
Member
 
Registered: May 2008
Location: Jordan
Distribution: use fedora but prefer Slackware
Posts: 98

Original Poster
Rep: Reputation: 15
not work

its not work
sorry i didnt get what u mean by livna & rpmfusion repositories ?
if i do yum search mplayer
root@Hamzah-PC MPlayer-1.0rc2]# yum search mplayer
Loaded plugins: refresh-packagekit
=============================== Matched: mplayer ===============================
gmusicbrowser.noarch : Jukebox for large collections of music files
kmplayer.x86_64 : A simple frontend for MPlayer/FFMpeg/Phonon.
vorbisgain.x86_64 : Adds tags to Ogg Vorbis files to adjust the volume
 
Old 08-30-2009, 02:40 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
see the autoten link
 
Old 09-01-2009, 07:43 AM   #6
7mza
Member
 
Registered: May 2008
Location: Jordan
Distribution: use fedora but prefer Slackware
Posts: 98

Original Poster
Rep: Reputation: 15
tnx alot

tnx alot John i download the most codes for audio and then i used "yum install mplayer" and "yum install vlc" and it install fine , but after install realplayer i try to open it by clicking on it but not open ? and try to open music using vlc command it give me this error
[root@Hamzah-PC Desktop]# vlc Bang\ Bang.mp3
VLC is not supposed to be run as root. Sorry.
If you need to use real-time priorities and/or privileged TCP ports
you can use vlc-wrapper (make sure it is Set-UID root and
cannot be run by non-trusted users first).

Last edited by 7mza; 09-01-2009 at 07:44 AM.
 
Old 09-01-2009, 12:38 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Don't run everyday programs AS ROOT , that is a big no-no
run it as a normal user.
 
  


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
Is VLC any easier to install than mplayer? moxieman99 Linux - Software 21 03-01-2009 02:27 AM
RHEL5 - Mplayer & VLC installation problem vspadki Linux - Newbie 2 12-18-2008 11:16 AM
how to install mplayer and VLC on suse 11 lolka Linux - Newbie 1 07-25-2008 07:18 PM
How do you install VLC or Mplayer on YDL 5.0 PS3? sphanlon Linux - Software 6 01-18-2007 01:45 PM
VLC & MPlayer + Alsa Akuji Slackware 3 08-19-2004 12:59 PM

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

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