LinuxQuestions.org
Visit Jeremy's Blog.
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-14-2010, 03:51 AM   #1
dylan_nao
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Rep: Reputation: 0
I can't play audio/video in fedora


i am a newbie in Linux. i have installed fedora 10.. whenever i try to play audio/video files in totem, it says additional plugins are required..

MPEGAV-1
MPEGAV-2
is missing..

how do i install the codecs? SElinux is blocking something..

Please help
 
Old 08-14-2010, 04:00 AM   #2
mahi_nix
Member
 
Registered: Aug 2010
Distribution: CentOS, RHEL, Ubuntu,
Posts: 154

Rep: Reputation: 16
Hi,

Try to install codecs by yum command.

Thanks,

Mahi_nix
 
Old 08-14-2010, 04:05 AM   #3
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
You can disable SELinux or put it in permissive mode.
 
Old 08-14-2010, 04:07 AM   #4
gasdim
Member
 
Registered: Jun 2010
Location: Volos GREECE
Distribution: ubuntu derivative
Posts: 157

Rep: Reputation: 28
Open a terminal and as root give "rpm -Uhv http://download1.rpmfusion.org/free/...ide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm" without quotes
If you want mp3 in temrinal give as root "yum install gstreamer-plugins-bad gstreamer-plugins-ugly"
and to play mp3 in amarok if you have kde or amarok give this "yum install libtunepimp-extras-nonfree
yum install xine-lib-extras-nonfree" without quotes!!
 
Old 08-14-2010, 04:50 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
.. And for video : 1) libdvdread

2) libdvdcss :
ftp://ftp.pbone.net/mirror/atrpms.ne....fc13.i686.rpm
..
 
Old 08-14-2010, 05:49 AM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Why fedora 10 and not 13 the current release?

Take a look at http://www.mjmwired.net/resources/mjm-fedora-f13.html
 
Old 08-16-2010, 03:36 AM   #7
dylan_nao
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Original Poster
Rep: Reputation: 0
@gdem
i dont hev connection with fedora at home.. so i downloaded the .rpm's and copied it in my home dir.. and then executed the command like this

rpm -Uhv /home/myself/<the rpm file> /home/myself/<the nonfree rpm file>

and then it says sysem release >=14 is needed..

wot sud i do?

@all
thanks for the help anyways..

i think there's no codec available for fedora 10..
the last option would be installing 13..

Last edited by dylan_nao; 08-16-2010 at 05:14 AM.
 
Old 08-16-2010, 04:06 AM   #8
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
If you do not have the net connection, you will need to download all the dependencies and install them one by one. And every package can have their own respective dependencies. It could have a chain of dependencies as well. That is why yum makes it easy.
 
Old 08-16-2010, 04:24 AM   #9
vigilandy
Member
 
Registered: Mar 2010
Location: Tokyo
Distribution: Arch, Fedora
Posts: 71

Rep: Reputation: 23
I'm not sure you'll have access to the required packages because you using Fedora 10, which is no longer supported. Is there a reason you're using such an old version? If not, I'd install Fedora 13 and then refer to this to set up the rpmfusion repos. Then you should be able to install the necessary packages.
 
Old 08-16-2010, 06:37 AM   #10
spoovy
Member
 
Registered: Feb 2010
Location: London, UK
Distribution: Scientific, Ubuntu, Fedora
Posts: 373

Rep: Reputation: 43
You should definately use a newer version of Fedora, Fedora has reached end of life and is no longer supported. Try 12 or 13 instead.

Lots of Fedora users remove PulseAudio as well, as this presents problems in every Fedora release where it is present, and adds very little.

Try

Code:
su -c "yum erase pulseaudio"
after installling your new system if you still have problems, then reboot.

Disable SELinux temporarily with

Code:
setenforce 0
 
Old 08-20-2010, 08:13 AM   #11
dylan_nao
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks all..

From your supports, I somehow managed to play audio and video in fedora 10..
Well this is what i did..

configured made and installed realplayer for mp3 from the official website
configured made and installed Mplayer and some other codecs i don't know which one sorted it out..

..

Last edited by dylan_nao; 03-17-2011 at 05:42 PM.
 
  


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
how to play audio/video songs in fedora alice_neo Fedora 15 11-04-2009 08:47 PM
how to play audio/video files in Fedora? mq15 Linux - Newbie 14 06-20-2009 12:13 AM
how to play audio/video files in fedora core 6 alice_neo Linux - Software 4 03-26-2007 11:43 AM
Play Audio and Video in Fedora 2 musheerlin Linux - Software 1 03-15-2007 08:52 AM
How can i play audio and video files in fedora core 5? furqan Fedora 2 07-19-2006 03:46 PM

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

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