clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.77k stars 677 forks source link

Can't play this mp3 #3558

Open Clementine-Issue-Importer opened 10 years ago

Clementine-Issue-Importer commented 10 years ago

From Rewarp on March 16, 2013 15:03:02

What steps will reproduce the problem? 1. Loaded mp3 file

  1. Click play. What is the expected output? What do you see instead? I expected the file to play like all other mp3 files in my collection. However this error was given: "Your GStreamer installation is missing a plug-in." What version of the product are you using? On what operating system? Version 1.1.1-434-gdc20896 on Ubuntu 12.04.2 running KDE 4.10. Please provide any additional information below. You can download the file here: http://traffic.libsyn.com/gardnermuseum/theconcert162.mp3

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3558

Clementine-Issue-Importer commented 10 years ago

From xxttrree...@gmail.com on March 18, 2013 07:24:56

on ubuntu 13.04 x64 that file plays OK. 1.1.1-435-g77c6a22

Clementine-Issue-Importer commented 10 years ago

From Rewarp on March 18, 2013 07:39:46

I have upgraded to Version 1.1.1-435-g77c6a22. It's still gives the same error message. Here's my dependencies output using "apt-cache depends clementine" Depends: libc6 Depends: libfftw3-3 Depends: libgcc1 |Depends: libgl1-mesa-glx libgl1-mesa-glx-lts-quantal Depends: libgl1-mesa-glx libgl1-mesa-glx-lts-quantal libgl1-mesa-swx11 Depends: libglew1.5 Depends: libglib2.0-0 Depends: libgpod4 Depends: libgstreamer-plugins-base0.10-0 Depends: libgstreamer0.10-0 Depends: libimobiledevice2 Depends: liblastfm0 Depends: libmtp9 Depends: libplist1 Depends: libprotobuf7 Depends: libqca2 Depends: libqjson0 Depends: libqt4-dbus Depends: libqt4-network Depends: libqt4-opengl Depends: libqt4-sql Depends: libqt4-xml Depends: libqtcore4 Depends: libqtgui4 Depends: libstdc++6 Depends: libx11-6 Depends: zlib1g Depends: gconf2 gconf2:i386 Depends: libqt4-sql-sqlite Depends: gstreamer0.10-plugins-base Depends: gstreamer0.10-plugins-good |Depends: gstreamer0.10-alsa Depends: gstreamer0.10-alsa gstreamer0.10-gconf gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-sdl Depends: gstreamer0.10-plugins-ugly |Depends: Depends: projectm-data Depends: libqca2-plugin-ossl Conflicts: clementine:i386

Clementine-Issue-Importer commented 10 years ago

From davidsansome on March 18, 2013 15:57:26

Works for me too on 12.04. Can you try running gstreamer from the commandline and seeing what the error is?

gst-launch playbin2 uri=file:///path/to/theconcert162.mp3

You could try running "gst-inspect" and see if it mentions any "blacklisted plugins". If it does, delete ~/.gstreamer-0.10/registry.*.bin

Clementine-Issue-Importer commented 10 years ago

From Rewarp on March 18, 2013 20:24:58

This is a really bizarre error then if it's working for everyone. Here's my output, which doesn't mention any blacklisted plugins.

Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Missing element: text/html decoder WARNING: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder available for type 'text/html'. Additional debug info: gsturidecodebin.c(874): unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0 ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: Your GStreamer installation is missing a plug-in. Additional debug info: gstdecodebin2.c(3576): gst_decode_bin_expose (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: no suitable plugins found ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ...

Clementine-Issue-Importer commented 10 years ago

From davidsansome on March 18, 2013 21:43:55

Maybe you have a network proxy interfering (or not interfering enough) with the request? Try running:

curl -vLX HEAD http://traffic.libsyn.com/gardnermuseum/theconcert162.mp3

Clementine-Issue-Importer commented 10 years ago

From Rewarp on March 19, 2013 00:02:13

Here's the output for theconcert162.mp3: