Hello All,
I downloaded gst123 & installed in my Ubuntu system. then I tried to play a mp3 file. it plays fine but seek is always failing (gst_element_seek is returning false) The same thing works in another Linux box. What could be the problem ? -- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Wed, 2011-06-08 at 12:53 +0530, satish pattar wrote:
> I downloaded gst123 & installed in my Ubuntu system. then I tried to > play a mp3 file. it plays fine but > > seek is always failing (gst_element_seek is returning false) > > The same thing works in another Linux box. > > What could be the problem ? Hard to say without more information. Does seeking work with the same file(s) in totem or rhythmbox? Maybe you need to install the mp3parse/mpegaudioparse elements because your mp3 decoder doesn't support seeking? Depending on your version of the GStreamer stack, these might be in gst-plugins-bad, gst-plugins-ugly or gst-plugins-good. Or you could try installing the 'mad' mp3 decoder. Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Tim,
Thank you very much for your information. After installing mad plugin(gstreamer-ugly plugins), gst_element_seek is success. But forward seek is fine but backward is not happening instantaneous, meaning if I seek backward for say 10 sec , I dont hear anything for 10sec & then it plays from the new seek position (i.e., current_pos - 10 sec). But however I don't see this problem in my another setup. Do you need any additional information. Thanks , Satish P On Wed, Jun 8, 2011 at 1:59 PM, Tim-Philipp Müller <[hidden email]> wrote:
-- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
After installing fluendo mp3 decoder , this problem is resolved.
Thanks Satish P On Wed, Jun 8, 2011 at 5:35 PM, satish pattar <[hidden email]> wrote: Hi Tim, -- Thanks & Regards, Satish Pattar _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |