After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 131818 - rhythmbox mp3 load failed
rhythmbox mp3 load failed
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
0.6.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-18 02:55 UTC by stef.van-vlierberghe
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description stef.van-vlierberghe 2004-01-18 02:55:02 UTC
[0x862f8e8] [rb_shell_player_cmd_song_info] rb-shell-player.c:1170
(03:44:57): song info
[0x862f8e8] [rb_library_source_add_location] rb-library-source.c:1047
(03:45:17): Location add cancelled
[0x8702648] [rhythmdb_add_song] rhythmdb.c:673 (03:45:28): failed to read
data from "file:////8/oggdemo/41_30secMP3pro-64.mp3"

When opening mp3 :
[0x8702648] [push_err] rhythmdb.c:729 (03:45:28): queueing error for
"file:////8/oggdemo/41_30secMP3pro-64.mp3": Unsupported MIME type audio/mpeg
[0x862f8e8] [rb_shell_player_state_changed_cb] rb-shell-player.c:1134
(03:45:28): state changed
[0x862f8e8] [rb_shell_player_sync_control_state] rb-shell-player.c:1107
(03:45:28): syncing control state
[0x862f8e8] [rb_shell_player_sync_buttons] rb-shell-player.c:1366
(03:45:28): syncing with source 0x14
[0x862f8e8] [rb_shell_player_set_play_button] rb-shell-player.c:1263
(03:45:28): setting play button
[0x862f8e8] [rb_shell_db_error_cb] rb-shell.c:1310 (03:45:28): got db
error, showing: TRUE
[0x862f8e8] [rb_shell_db_error_cb] rb-shell.c:1331 (03:45:28):
"41_30secMP3pro-64.mp3" has unknown extension, ignoring

tried various installs/upgrades :
apt-get install gstreamer libid3tag libid3tag-devel libmad xine-lib
xine-lib-devel
rpm -Uvvh --httpproxy proxy.pandora.be --httpport 8080
http://phantom.dragonsdawn.net/~gordon/gstreamer/gstreamer-plugins-mp3-0.6.3-3.i386.rpm


$ rpm -qa | grep -i -e rhythmbox -e gstreamer -e fedora
gstreamer-plugins-0.6.3-3
rpmdb-fedora-1-0.20031103
fedora-release-1-3
gstreamer-tools-0.6.3-1
rhythmbox-0.6.0-1
kernel-utils-2.4-9.1.101.fedora
gstreamer-0.6.3-1
fedora-logos-1.1.20-1
gstreamer-plugins-extras-0.6.3-3.1.fr
gstreamer-plugins-mp3-0.6.3-3
gstreamer-devel-0.6.3-1
gstreamer-plugins-devel-0.6.3-3

XMMS is playing like a dream, but like rhythmbox gui better
Comment 1 Ronald Bultje 2004-01-18 12:29:53 UTC
Could you please upload the mp3 somewhere so we can test it?
Comment 2 stef.van-vlierberghe 2004-01-18 14:10:30 UTC
The mp3 was from
http://fatpipe.vorbis.com/listen/41_30secMP3pro-64.mp3, but that
wasn't the problem, I was missing some packages.

I think some of the actions below got me what I need, it works fine now.

rpm --import http://www.fedora.us/FEDORA-GPG-KEY
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
apt-get update
apt-cache showpkg 
apt-get install libmad glut-devel xine-lib xine-lib-devel mpg321

I had quite a few missing GPG keys & trouble finding them. 

I guess there are some dependencies that are weakly managed. It's nice
to be able to use a rhythmbox with only ogg files, but it's annoying
that when you got trouble like I did, nothing helps you tee what to
install (apart from reading the thousands of lines of RTFM, of course).

P.S. Thanks for your quick response, it's a good feeling to know
someone cares about your problems.
Comment 3 Ronald Bultje 2004-01-18 15:41:35 UTC
That's called public support. ;). Anyway, since it apparently isn't
really a bug, I'll close this...

I'm guessing you missed mad, since we use mad for mp3 playback.