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 - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-09-2008, 06:56 PM   #1
mitchell2345
Member
 
Registered: Aug 2008
Posts: 55

Rep: Reputation: 16
CentOS MP3 Xine


Hi,

After 3 years for using Fedora I am finally tired of rebuilding my system every year to stay current. So i am moving to CentOS.

I am trying to get Amarok to play my MP3's. I have it installed along with Xine but I cant find a repo that has xine-mp3 or equivelent.

I have the following repos installed:
atrpms.repo
CentOS-Media.repo
epel-testing.repo
rpmforge.repo
CentOS-Base.repo
epel.repo
mirrors-rpmforge

Please enlighten me on what I am missing!

Thanks,
Mitchell
 
Old 08-10-2008, 01:56 PM   #2
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mitchell2345 View Post
Hi,

After 3 years for using Fedora I am finally tired of rebuilding my system every year to stay current. So i am moving to CentOS.

I am trying to get Amarok to play my MP3's. I have it installed along with Xine but I cant find a repo that has xine-mp3 or equivelent.

I have the following repos installed:
atrpms.repo
CentOS-Media.repo
epel-testing.repo
rpmforge.repo
CentOS-Base.repo
epel.repo
mirrors-rpmforge

Please enlighten me on what I am missing!

Thanks,
Mitchell
A little tidbit first, it's not a good idea to mix this many repors, especially atrpms and rpmforge. They don't have compatible packages. If you do mix them, proceed with caution.

Now, to your problem, I'm pretty sure that Amarok is built with grestreamer. Amarok is not in the rpmforge repo, but it is available in the epel repo. In order to get mp3 to work, you will have to install gstreamer-plugins-bad and gstreamer-plugins-ugly. They are both available on rpmforge. This particular repo also has xmms and xmms-mp3 available. Hope this works!
 
Old 08-10-2008, 02:13 PM   #3
mitchell2345
Member
 
Registered: Aug 2008
Posts: 55

Original Poster
Rep: Reputation: 16
I have xmms installed and xmms-mp3 from rpmforge. I also have gstreamer ugly and bad. But xine still refuses to play MP3's!


Any other ideas?

Code:
[root@mythtv ~]# rpm -qa xine
xine-0.99.5-1.el5.rf
[root@mythtv ~]# rpm -qa |grep xine
xine-0.99.5-1.el5.rf
xine-lib-extras-1.1.8-9.el5
xinetd-2.3.14-10.el5
xine-lib-1.1.8-9.el5

[root@mythtv ~]# rpm -qa |grep gstreamer
gstreamer-tools-0.10.9-3.el5
gstreamer-0.10.9-3.el5
gstreamer-0.10.9-3.el5
gstreamer-plugins-ugly-0.10.5-3.el5.rf
gstreamer-plugins-base-0.10.9-6.el5
gstreamer-plugins-good-0.10.4-4.el5
gstreamer-plugins-base-0.10.9-6.el5
gstreamer-plugins-bad-0.10.3-7.el5.rf

[root@mythtv ~]# rpm -qa |grep xmms
xmms-mp3-1.2.10-14.el5.rf
xmms-1.2.10-14.el5.rf

[root@mythtv ~]# rpm -qa |grep amarok
amarok-1.4.9.1-2.el5.1
[root@mythtv ~]#
 
Old 08-10-2008, 02:38 PM   #4
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mitchell2345 View Post
I have xmms installed and xmms-mp3 from rpmforge. I also have gstreamer ugly and bad. But xine still refuses to play MP3's!


Any other ideas?

Code:
[root@mythtv ~]# rpm -qa xine
xine-0.99.5-1.el5.rf
[root@mythtv ~]# rpm -qa |grep xine
xine-0.99.5-1.el5.rf
xine-lib-extras-1.1.8-9.el5
xinetd-2.3.14-10.el5
xine-lib-1.1.8-9.el5

[root@mythtv ~]# rpm -qa |grep gstreamer
gstreamer-tools-0.10.9-3.el5
gstreamer-0.10.9-3.el5
gstreamer-0.10.9-3.el5
gstreamer-plugins-ugly-0.10.5-3.el5.rf
gstreamer-plugins-base-0.10.9-6.el5
gstreamer-plugins-good-0.10.4-4.el5
gstreamer-plugins-base-0.10.9-6.el5
gstreamer-plugins-bad-0.10.3-7.el5.rf

[root@mythtv ~]# rpm -qa |grep xmms
xmms-mp3-1.2.10-14.el5.rf
xmms-1.2.10-14.el5.rf

[root@mythtv ~]# rpm -qa |grep amarok
amarok-1.4.9.1-2.el5.1
[root@mythtv ~]#
Ok, I'm confused, are you trying to play mp3 with Amarok or Xine?
 
Old 08-10-2008, 02:47 PM   #5
mitchell2345
Member
 
Registered: Aug 2008
Posts: 55

Original Poster
Rep: Reputation: 16
Amarok, but Amarok uses Xine on the backend. So if Xine cant play MP3's Amarok wont. Unless there is a differant backend I need to use for CentOS.
 
Old 08-10-2008, 03:10 PM   #6
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mitchell2345 View Post
Amarok, but Amarok uses Xine on the backend. So if Xine cant play MP3's Amarok wont. Unless there is a differant backend I need to use for CentOS.
I gotcha. I'm going to try it when I get home from work to see. Question, did you download xine from atrpms, epel, or rpmforge? I guessing that they would have been built differently.
 
Old 08-10-2008, 05:17 PM   #7
mitchell2345
Member
 
Registered: Aug 2008
Posts: 55

Original Poster
Rep: Reputation: 16
got it off epel

let me know if it works for you. im stumped.
 
Old 08-10-2008, 10:29 PM   #8
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mitchell2345 View Post
got it off epel

let me know if it works for you. im stumped.
Ok, I just tried it. I'm also using Amarok from the epel repo. It is using the Xine engine. My mp3s play fine. Where did you download xine from? ATrpms or RPMForge? If you tried installing xine with all those repos on, there is not telling which repos the dependencies came from. Mixing too many repos can be a headache sometimes.
 
Old 08-11-2008, 10:48 AM   #9
mitchell2345
Member
 
Registered: Aug 2008
Posts: 55

Original Poster
Rep: Reputation: 16
ok, this is crazy. I removed amarok, xine-*. Disabled atrpms stable and testing.

so i had the following enabled:
Code:
[root@mythtv myth]# yum repolist
Loading "kmdl" plugin
Loading "fastestmirror" plugin
Loading "priorities" plugin
repo id              repo name                                 status
addons               CentOS-5 - Addons                         enabled
base                 CentOS-5 - Base                           enabled
epel                 Extra Packages for Enterprise Linux 5 -   enabled
extras               CentOS-5 - Extras                         enabled
rpmforge             Red Hat Enterprise 5 - RPMforge.net - da  enabled
updates              CentOS-5 - Updates                        enabled
Then - yum install xine amarok
xine and xine-lib pulled from rpmforge, amarok from epel.

And now it works!

Thanks,
Mitchell
 
Old 08-11-2008, 10:59 AM   #10
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mitchell2345 View Post
ok, this is crazy. I removed amarok, xine-*. Disabled atrpms stable and testing.

so i had the following enabled:
Code:
[root@mythtv myth]# yum repolist
Loading "kmdl" plugin
Loading "fastestmirror" plugin
Loading "priorities" plugin
repo id              repo name                                 status
addons               CentOS-5 - Addons                         enabled
base                 CentOS-5 - Base                           enabled
epel                 Extra Packages for Enterprise Linux 5 -   enabled
extras               CentOS-5 - Extras                         enabled
rpmforge             Red Hat Enterprise 5 - RPMforge.net - da  enabled
updates              CentOS-5 - Updates                        enabled
Then - yum install xine amarok
xine and xine-lib pulled from rpmforge, amarok from epel.

And now it works!

Thanks,
Mitchell
Great!!! I had a feeling that you had downloaded xine from atrpms and not from rpmforge. Glad to hear that you finally have it working!!
 
  


Reply

Tags
centos5, mp3, xine



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
MP3 support in CentOS 5 TusharJoshi Linux - General 5 12-22-2010 04:42 PM
no audio-mp3 when installing xine dissident_goodchild SUSE / openSUSE 2 12-20-2007 03:14 PM
Mp3 packages for CentOS 4.4? Guignol Linux - Software 3 01-09-2007 08:21 AM
CentOS - cannot assign default app to mp3 rje_NC Linux - Software 1 12-02-2005 10:20 PM
Does CentOS support MP3 Playback ? TigerLinux Linux - Software 3 10-28-2005 03:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 05:34 AM.

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