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@centos.org [mailto:centos-bounces@centos.org] On Behalf Of ambrogio cirillo Sent: Wednesday, 30 July 2014 9:42 AM To: centos@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@centos.org http://lists.centos.org/mailman/listinfo/centos
On 07/30/14 07:24, Bonnie B Mtengwa wrote:
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of ambrogio cirillo
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.
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
Isn't mplayer available yet for CentOS 7? That plays pretty much anything (and I can do it from a command line, rather than yet another annoying GUI window that wants valuable screen real estate....)
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
mark
On Wed, Jul 30, 2014 at 07:59:21AM -0400, mark wrote:
On 07/30/14 07:24, Bonnie B Mtengwa wrote:
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of ambrogio cirillo
Dear Sirs, no way to play mp3 on Centos 7.
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
Isn't mplayer available yet for CentOS 7?
Yes, from ATrpms or the Nux Desktop repo. (I'm going by pkgs.org) (Both also have the libdvdcss as well if one wants to play movie DVDs)
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@centos.org http://lists.centos.org/mailman/listinfo/centos
Hello 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