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