Dear Sirs, no way to play mp3 on Centos 7. I tried all suggestions w/o success! Could you please tell me how to? Thank you in advance. Best regards, Ambrus
Its Possible, I did it on my machine You need to enable the nux-desktop repo, Then install yum install gstreamer gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-bad-free you might also be asked to download another codec depending with the Player you are using, if you install VLC via yum as well it comes with its own codecs. Hope that helps Regards Bonnie -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of ambrogio cirillo Sent: Wednesday, 30 July 2014 9:42 AM To: centos at centos.org Subject: [CentOS] Centos 7 - how to play mp3 Dear Sirs, no way to play mp3 on Centos 7. I tried all suggestions w/o success! Could you please tell me how to? Thank you in advance. Best regards, Ambrus _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 2014-07-30 at 09:41 +0200, ambrogio cirillo wrote:> Dear Sirs, > no way to play mp3 on Centos 7. > I tried all suggestions w/o success! > Could you please tell me how to? > Thank you in advance. > Best regards, > Ambrus > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHello Ambrus, You will need to install nux repo[0] and epel repo[1], when both of these repos are installed you can install the following packages: $ sudo yum -y install gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools updates gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1 OR you can install vlc $ sudo yum install vlc [0] http://li.nux.ro/repos.html [1] http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/ (use the option for CentOS 7) Hope this helps
On 07/30/2014 03:41 AM, ambrogio cirillo wrote:> Dear Sirs, > no way to play mp3 on Centos 7. > I tried all suggestions w/o success! > Could you please tell me how to?Well I don't have C7 yet, but I use either mplayer or vlc.