[Bug 698750] playbin: gapless playback using "about-to-finish" doesn't work with http URIs
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed May 15 18:49:44 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=698750
GStreamer | gst-plugins-base | git
--- Comment #9 from Henner Z. <henner.zeller+gnomebugzilla at gmail.com> 2013-05-16 01:49:36 UTC ---
I have merged the additions Florian made to my sample code in
https://github.com/hzeller/gstreamer-gapless-test
Including sample *.wav and *.ogg files to demonstrate the bug.
>From the:
https://github.com/hzeller/gstreamer-gapless-test/blob/master/README.md
Does _not_ work:
./test-loop-1.0 http://localhost:9999/12.ogg http://localhost:9999/1234567.ogg
./test-loop-1.0 file://`pwd`/sounds/12.wav file://`pwd`/sounds/1234567.wav
Does work:
./test-loop-1.0 http://localhost:9999/12.wav http://localhost:9999/1234567.wav
./test-loop-1.0 file://`pwd`/sounds/12.ogg file://`pwd`/sounds/1234567.ogg
This is essentially the same problem described in bug 686153
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list