[Webkit-unassigned] [Bug 85994] [GStreamer] Source element fails with .ogg files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 17:10:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85994


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org




--- Comment #15 from Philippe Normand <pnormand at igalia.com>  2012-06-28 17:10:57 PST ---
So it turns out that setting the stream-type of the appsrc element we use in our custom HTTP source to STREAMING (instead of SEEKABLE) works around the issue and the playmapscube.com website loads just fine...

This however disables seeking support in the source element. We should do this only if we're playing a live source, see also bug 90084. That playmapscube website doesn't contain live sources (to my knowledge). So...

I wonder what's going on exactly, around 20 media elements get created almost simultaneously and without the workaround some pipelines start spitting errors and block the whole loading progress bar of the website. This is with enabling support for 200 code along with code 206 as suggested in the comments.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list