Open Clementine-Issue-Importer opened 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
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:
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
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 ...
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
From Rewarp on March 19, 2013 00:02:13
Here's the output for theconcert162.mp3:
HEAD /gardnermuseum/theconcert162.mp3 HTTP/1.1 User-Agent: curl/7.22.0 (x8664-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.7 libidn/1.23 librtmp/2.3 Host: traffic.libsyn.com Accept: /_
HEAD /p/d/a/7/da7dd185b8ccf5d5/theconcert162.mp3?d13a76d516d9dec20c3d276ce028ed5089ab1ce3dae902ea1d01ce8431d9c95acb16&c_id=5479200 HTTP/1.0 User-Agent: curl/7.22.0 (x8664-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.7 libidn/1.23 librtmp/2.3 Host: ec.libsyn.com Accept: /_
From Rewarp on March 16, 2013 15:03:02
What steps will reproduce the problem? 1. Loaded mp3 file
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3558