When I want to play Radio Stream in Clementine, I get error:could not decode stream.
I installed w32codecs, but is not solved.
sudo apt-get -y install w32codecs ubuntu-restricted-extras
How can I solve this ?
When I want to play Radio Stream in Clementine, I get error:could not decode stream.
I installed w32codecs, but is not solved.
sudo apt-get -y install w32codecs ubuntu-restricted-extras
How can I solve this ?
open your terminal and install gstreamer0.10-plugins-bad and/or gstreamer0.10-plugins-bad-multiverse.
you can do that by
sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse
you can also use synaptic or software centre to install.
hope that helps.