On the latest git version, Seeking doesn't work (nor time indication with the slider bar for seek or whatever, just stays at the left/beginning). Also, the Previous and Next buttons don't seem to work for skipping ahead/back in the pl. autogen line; ./autogen.sh --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-libnotify --enable-browser-plugin --enable-taglib --enable-maintainer-mode --disable-dependency-tracking --enable-debug=full Attached is the txt you requested starting parole from a Terminal with a url. If you need any other info, please let me know. Thanks!
Created attachment 2725 Parole start from Terminal
(In reply to comment #1) > Created an attachment (id=2725) [details] > Parole start from Terminal Please try out the latest git revision, it will not fix the issue for you, but will not show funny information in the statusbar. Now the problem could be in 1) GStreamer missing plugin. 2) GStreamer bug. from the log file, GStreamer is saying this stream is a live stream giving 0 as a duration. Which version of GStreamer do you have?
Indeed, the ID3 info shows correctly in the Status Bar now. As for gstreamer version, its 0.10.24. Here's the installed plugins; media-libs/gst-plugins-base (0.10.24) media-libs/gst-plugins-good (0.10.16) media-plugins/gst-plugins-alsa (0.10.24) media-plugins/gst-plugins-ffmpeg (0.10.7) media-plugins/gst-plugins-meta (0.10-r2) media-plugins/gst-plugins-mpeg2dec (0.10.12) media-plugins/gst-plugins-soup (0.10.16) media-plugins/gst-plugins-taglib (0.10.16) media-plugins/gst-plugins-x (0.10.24) media-plugins/gst-plugins-xvideo (0.10.24) Thanks!
(In reply to comment #3) > Indeed, the ID3 info shows correctly in the Status Bar now. As for gstreamer > version, its 0.10.24. Here's the installed plugins; > > media-libs/gst-plugins-base (0.10.24) > media-libs/gst-plugins-good (0.10.16) > media-plugins/gst-plugins-alsa (0.10.24) > media-plugins/gst-plugins-ffmpeg (0.10.7) > media-plugins/gst-plugins-meta (0.10-r2) > media-plugins/gst-plugins-mpeg2dec (0.10.12) > media-plugins/gst-plugins-soup (0.10.16) > media-plugins/gst-plugins-taglib (0.10.16) > media-plugins/gst-plugins-x (0.10.24) > media-plugins/gst-plugins-xvideo (0.10.24) > > Thanks! Just to eliminate a GStreamer bug, could you try it with a GStreamer based player, best would be to try it with Totem.
Created attachment 2735 Query the stream info again on playing. Do you have any news on this? i wanna release 0.2 by the end of this week, and it consider this blocking. Please try out the attached patch, i'm not sure this would solve the problem, but would gives me more info if you compile with --debug=full
Ali, Sorry I didn't get back on the Totem thing, I'll have to rebuild some of my system but I'll get Totem installed tonight and test the seeking. Afraid the attached patch didn't make any difference in the Seek slider. If I catch you tonight, any other _working_ gstreamer based media players I could try? The few I found were old/didn't work. I'll start on Totem right now though.
Created attachment 2736 Start from term again
(In reply to comment #7) > Created an attachment (id=2736) [details] > Start from term again Are you sure that the last output you attached is with the patch? there is should be some call after the PLAYING state and i don't see them.
Please make sure you have the following files in you GStreamer installation. gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstasf.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstdvdlpcmdec.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstdvdsub.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstiec958.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstmpegstream.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstrmdemux.so gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstsynaesthesia.so
(In reply to comment #9) > Please make sure you have the following files in you GStreamer installation. > > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstasf.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstdvdlpcmdec.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstdvdsub.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstiec958.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstmpegstream.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstrmdemux.so > gstreamer0.10-ugly /usr/lib/gstreamer-0.10/libgstsynaesthesia.so It is the libgstmpegaudioparse.so library, if it is not there, then this is the problem...
Ali; Awesome, installing gst-plugins-ugly provided said files. Of course, half way through tons of pkg rebuilds hah But it does work, I'll file a bug downstream. Appreciate all the work
This bug seems like it has been fixed a long time ago. Marking as fixed.