8

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 ?

Raja G
  • 102,391
  • 106
  • 255
  • 328

1 Answers1

9

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.

Raja G
  • 102,391
  • 106
  • 255
  • 328