Clementine won't play .wma, with "Your GStreamer installation is missing a plugin" error

63,268

Solution 1

14.04 and later

I've checked the clementine 1.2.x dependencies and I can confirm it requires the gstreamer 0.10 plugins and since wma support is provided by the ffmpeg plugin you need to set up the following PPA to enable WMA support for 14.04 and later:

sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg

Solution 2

I was getting this error on 14.04 LTS when trying to stream any internet source. This is what resolved the error for me:

sudo apt-get install gstreamer1.0-libav

Solution 3

By the way, in my Ubuntu 14.04 (upgraded from 13.10) it seems that there is no apt-add-repository

sudo apt-get install software-properties-common

Now yes, you can install gstreamer0.10-ffmpeg as #1 said:

sudo apt-add-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg

Solution 4

I had the same problem with clementine and ubuntu 16.04 , although everything was working good before but suddenly m4a songs stopped to work .

I open a single file using the default ubuntu video application it prompts me to install gstreamer1.0-plugins-bad-faad

so may this command helps you out there

$ sudo apt install gstreamer1.0-plugins-bad-faad

Share:
63,268

Related videos on Youtube

Dusan Milosevic
Author by

Dusan Milosevic

Updated on September 18, 2022

Comments

  • Dusan Milosevic
    Dusan Milosevic almost 2 years

    Here's a screenshot: enter image description here

    It displays messages like: "Clementine stopped." or displays songs that are not playing, and indicator icon is disappearing and reappearing. Does this happens only to me, or is it common bug in 14.04. I clean installed 14.04, and in 13.10 clementine worked fine. Any ideas? I installed ubuntu-restricted-extras.

    Edit1: I restarted computer and theme changed: enter image description here enter image description here

    Edit2: I just figured out that clementine won't play .wma files, and that's when errors start to emerge.

    Edit3: VLC and the default ubuntu player play .wma without problems. Please help!

    • nilsonneto
      nilsonneto about 10 years
      Have you got the packages gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad and gstreamer0.10-plugins-ugly installed?
    • Dusan Milosevic
      Dusan Milosevic about 10 years
      Yes, it says they're the newest version.
    • nilsonneto
      nilsonneto about 10 years
      what are music type are you trying to play? e.g. mp3?
    • Dusan Milosevic
      Dusan Milosevic about 10 years
      I'm playing mp3 and ogg files, but clementine plays them. The problem are bugs described.
    • nilsonneto
      nilsonneto about 10 years
      if these are indeed bugs, you should report these on launchpad to allow the developers visibility of the issues.
    • Dusan Milosevic
      Dusan Milosevic about 10 years
      I will. I just want to confirm am I the only one experiencing these issues.
    • danijelc
      danijelc almost 10 years
      Had same issue but with guayadeque... being unable to play .wma files, however installing gstreamer0.10-ffmpeg solved issue
  • Dusan Milosevic
    Dusan Milosevic about 10 years
    Here's what I get: 'Reading package lists... Done Building dependency tree Reading state information... Done gstreamer1.0-plugins-good is already the newest version. gstreamer1.0-libav is already the newest version. gstreamer1.0-plugins-bad is already the newest version. gstreamer1.0-plugins-ugly is already the newest version. The following packages were automatically installed and are no longer required: kde-l10n-engb kde-l10n-sr Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. '
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    Could you try opening the same files with totem (which also use Gstreamer)? It will tell us if it's a Gstreamer plugin missing or a Clementine issue.
  • Dusan Milosevic
    Dusan Milosevic about 10 years
    Yes! I just figured out that clementine won't open .wma files. Please help!
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    Do you mean that totem can play wma files? gstreamer1.0-libav should provide the necessary plugin (avdec_wmav2)
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    maybe clementine is using the old 0.10 plugins, try to sudo apt-get install gstreamer0.10-ffmpeg
  • Dusan Milosevic
    Dusan Milosevic about 10 years
    Here's what I get: Reading package lists... Done Building dependency tree Reading state information... Done Package gstreamer0.10-ffmpeg is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'gstreamer0.10-ffmpeg' has no installation candidate
  • Dusan Milosevic
    Dusan Milosevic about 10 years
    Should I try: 'sudo apt-get purge gstreamer0.10*'? It looks like i have both 1.0 and 0.10 plugins installed. It's perheps some kind of conflict?
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    No, it will remove all the packages/apps depending on them
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    Try instead to rm ~/.gstreamer-0.10/registry*.bin to see if that works and log out+ log in
  • Dusan Milosevic
    Dusan Milosevic about 10 years
    I did that and restarted computer. Clementine gives the same errors. Totem at first refused to play wma, but was succesfull on second try. It might be because I tried to play wma right after restart. Thank you for your support. Any more suggestions? :D
  • Sylvain Pineau
    Sylvain Pineau about 10 years
    I've updated my answer with the steps to install gstreamer0.10-ffmpeg on 14.04 (it worked for me)
  • Sylvain Pineau
    Sylvain Pineau over 9 years
    Weird because software-properties-common is part of the default installed packages (See the 13.10 manifest)
  • Adam Brisebois
    Adam Brisebois over 9 years
    Thank you for this solution. Worked perfectly for me as well!
  • Jeevan Patil
    Jeevan Patil over 9 years
    Some 'Beatles' songs in wma format took me here. Problem solved. I can listen to them now. Thanks Sylvain.
  • Sardinha
    Sardinha about 9 years
    14.10 gives me: Falhou obter http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/dists/ut‌​opic/main/binary-i38‌​6/Packages 404 Not Found (Falhou obter = Failed to obtain)
  • Sylvain Pineau
    Sylvain Pineau about 9 years
    @Sardinha94410: I've updated my answer to use a 14.10 enabled ppa
  • Sardinha
    Sardinha about 9 years
    @Sylvian Pineau: Of course it doesn't have found it! That piece of code /trusty-media/... Thanks for the update!
  • stragu
    stragu about 9 years
    I think this answer should be updated to use only the "gstffmpeg-keep" ppa, for all Ubuntu versions, as it contains only the package we need here, and works for 14.04. No need to get all the other updates the first ppa would offer.
  • Daniel Andrei Mincă
    Daniel Andrei Mincă over 7 years
    This worked for me.
  • Ivan Buttinoni
    Ivan Buttinoni over 3 years
    works on 18.04 LTS too